Html Css Color HEX #C008EE Electric Purple

📋 copy color: '#C008EE'

red 192 ◦ green 8 ◦ blue 238

#C008EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #C008EE

Tints of Electric Purple #C008EE

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 value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C008EE (or 0xC008EE) is known color: 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

RGB 192 8 238 -
CMYK 0.19 0.97 0 0.07
HSL 288º 0.93% 0.48% -
HSV(B) 288º 0.97% 0.93% -
XYZ 37.26 17.55 82.31 -
YUV 89.24 211.96 201.3 -
System Red Green Blue C M Y K H S L
Decimal 192 8 238 0.19 0.97 0 0.07 288 0.93 0.48
Hex C0 8 EE 13 61 0 7 120 5D 30
Octal 300 10 356 23 141 0 7 440 135 60
Binary 11000000 1000 11101110 10011 1100001 0 111 100100000 1011101 110000

Color Harmonies of #C008EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C008EE

Black with #C008EE

Text Example


Text Example

White with #C008EE

Text Example


Text Example

HTML Codes & Css Web 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>