#C805F2

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

Shades of Electric Purple #C805F2

Tints of Electric Purple #C805F2

Color information

#C805F2 (or 0xC805F2) is unknown color: approx Electric Purple. HEX triplet: C8, 05 and F2. RGB value is (200,5,242). Sum of RGB (Red+Green+Blue) = 200+5+242=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 5 (2.34% from 255 or 1.12% from 447); Blue value is 242 (94.92% from 255 or 54.14% from 447); Max value from RGB is 242 - color contains mainly: blue. Hex color #C805F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C805F2 is #37FA0D. Grayscale: #595959. Windows color (decimal): -3668494 or 15861192. OLE color: 15861192.

HSL color Cylindrical-coordinate representation of color #C805F2: hue angle of 289.37º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C805F2 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2005242-
CMYK0.170.9800.05
HSL289.37º95.95%48.43%-
HSV(B)289.37º97.93%94.9%-
XYZ39.918.885.53-
YUV90.32213.6206.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.74%
GREEN value IS 5 (2.34% from 255) = 1.12%
BLUE value IS 242 (94.92% from 255) = 54.14%
R=44.74%
G=1.12%
B=54.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal20052420.170.9800.05289.3795.9548.43
HexC85F21162051216030
Octal3105362211420544114060
Binary110010001011111001010001110001001011001000011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C805F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C805F2; }

 p { color: rgb(200,5,242); }

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

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

 a { background-color: rgb(200,5,242); }

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

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

 span { border-color: rgb(200,5,242); }

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