#C806EF

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

Shades of Electric Purple #C806EF

Tints of Electric Purple #C806EF

Color information

#C806EF (or 0xC806EF) is unknown color: approx Electric Purple. HEX triplet: C8, 06 and EF. RGB value is (200,6,239). Sum of RGB (Red+Green+Blue) = 200+6+239=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 6 (2.73% from 255 or 1.35% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #C806EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C806EF is #37F910. Grayscale: #595959. Windows color (decimal): -3668241 or 15664840. OLE color: 15664840.

HSL color Cylindrical-coordinate representation of color #C806EF: hue angle of 289.96º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C806EF is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB2006239-
CMYK0.160.9700.06
HSL289.96º95.1%48.04%-
HSV(B)289.96º97.49%93.73%-
XYZ39.4618.6483.18-
YUV90.57211.77206.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.94%
GREEN value IS 6 (2.73% from 255) = 1.35%
BLUE value IS 239 (93.75% from 255) = 53.71%
R=44.94%
G=1.35%
B=53.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal20062390.160.9700.06289.9695.148.04
HexC86EF1061061225f30
Octal3106357201410644213760
Binary110010001101110111110000110000101101001000101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C806EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C806EF; }

 p { color: rgb(200,6,239); }

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

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

 a { background-color: rgb(200,6,239); }

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

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

 span { border-color: rgb(200,6,239); }

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