#c510fc

Color #C510FC Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C510FC

Tints of Electric Purple #C510FC

Color information

#C510FC (or 0xC510FC) is unknown color: approx Electric Purple. HEX triplet: C5, 10 and FC. RGB value is (197,16,252). Sum of RGB (Red+Green+Blue) = 197+16+252=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 16 (6.64% from 255 or 3.44% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #C510FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C510FC is #3AEF03. Grayscale: #606060. Windows color (decimal): -3862276 or 16519365. OLE color: 16519365.

HSL color Cylindrical-coordinate representation of color #C510FC: hue angle of 286.02º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C510FC is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19716252-
CMYK0.220.9400.01
HSL286.02º97.52%52.55%-
HSV(B)286.02º93.65%98.82%-
XYZ40.7819.2793.67-
YUV97.02215.47199.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 42.37%
GREEN value IS 16 (6.64% from 255) = 3.44%
BLUE value IS 252 (98.83% from 255) = 54.19%
R=42.37%
G=3.44%
B=54.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal197162520.220.9400.01286.0297.5252.55
HexC510FC165E0111e6235
Octal30520374261360143614265
Binary110001011000011111100101101011110011000111101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c510fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c510fc; }

 p { color: rgb(197,16,252); }

 H1.HeaderClassName
 {
   color: #c510fc;
 }
 .AnyTagClassName
 {
   color: #c510fc;
 }
</style>
background-color css

<style>
 a { background-color: #c510fc; }

 a { background-color: rgb(197,16,252); }

 div.DivClassName
 {
   background-color: #c510fc;
 }
 .BgClassName
 {
   background-color: #c510fc;
 }
</style>
border-color css

<style>
 span { border-color: #c510fc; }

 span { border-color: rgb(197,16,252); }

 td.TdClassName
 {
   border-color: #c510fc;
 }
 .TagClassName
 {
   border-color: #c510fc;
 }
</style>