#C008EE

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

Shades of Electric Purple #C008EE

Tints of Electric Purple #C008EE

Color information

#C008EE (or 0xC008EE) is unknown color: approx Electric Purple. HEX triplet: C0, 08 and EE. RGB value is (192,8,238). Sum of RGB (Red+Green+Blue) = 192+8+238=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 8 (3.52% from 255 or 1.83% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #C008EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C008EE is #3FF711. Grayscale: #585858. Windows color (decimal): -4192018 or 15599808. OLE color: 15599808.

HSL color Cylindrical-coordinate representation of color #C008EE: hue angle of 288º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C008EE is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1928238-
CMYK0.190.9700.07
HSL288º93.5%48.24%-
HSV(B)288º96.64%93.33%-
XYZ37.2617.5582.31-
YUV89.24211.96201.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.84%
GREEN value IS 8 (3.52% from 255) = 1.83%
BLUE value IS 238 (93.36% from 255) = 54.34%
R=43.84%
G=1.83%
B=54.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal19282380.190.9700.0728893.548.24
HexC08EE1361071205d30
Octal30010356231410744013560
Binary1100000010001110111010011110000101111001000001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C008EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C008EE; }

 p { color: rgb(192,8,238); }

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

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

 a { background-color: rgb(192,8,238); }

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

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

 span { border-color: rgb(192,8,238); }

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