Html Css Color HEX #CC09ED Electric Purple

📋 copy color: '#CC09ED'

red 204 ◦ green 9 ◦ blue 237

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

Shades of Electric Purple #CC09ED

Tints of Electric Purple #CC09ED

RGB

 RED value IS 204 (80.08% from 255) = 45.33%

 GREEN value IS 9 (3.91% from 255) = 2%

 BLUE value IS 237 (92.97% from 255) = 52.67%

R = 45.33%
G = 2%
B = 52.67%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC09ED (or 0xCC09ED) is known color: Electric Purple. HEX triplet: CC, 09 and ED. RGB value is (204,9,237). Sum of RGB (Red+Green+Blue) = 204+9+237=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 9 (3.91% from 255 or 2% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC09ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC09ED is #33F612. Grayscale: #5C5C5C. Windows color (decimal): -3405331 or 15534540. OLE color: 15534540.

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

Color convert

RGB 204 9 237 -
CMYK 0.14 0.96 0 0.07
HSL 291.32º 0.93% 0.48% -
HSV(B) 291.32º 0.96% 0.93% -
XYZ 40.29 19.15 81.69 -
YUV 93.3 209.1 206.96 -
System Red Green Blue C M Y K H S L
Decimal 204 9 237 0.14 0.96 0 0.07 291.32 0.93 0.48
Hex CC 9 ED E 60 0 7 123 5D 30
Octal 314 11 355 16 140 0 7 443 135 60
Binary 11001100 1001 11101101 1110 1100000 0 111 100100011 1011101 110000

Color Harmonies of #CC09ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC09ED

Black with #CC09ED

Text Example


Text Example

White with #CC09ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC09ED; }

 p { color: rgb(204,9,237); }

 H1.HeaderClassName
 {
   color: #CC09ED;
 }
 .AnyTagClassName
 {
   color: #CC09ED;
 }
</style>

background-color css

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

 a { background-color: rgb(204,9,237); }

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

border-color css

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

 span { border-color: rgb(204,9,237); }

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