Html Css Color HEX #CC07EE Electric Purple

📋 copy color: '#CC07EE'

red 204 ◦ green 7 ◦ blue 238

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

Shades of Electric Purple #CC07EE

Tints of Electric Purple #CC07EE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.56%

 BLUE value IS 238 (93.36% from 255) = 53.01%

R = 45.43%
G = 1.56%
B = 53.01%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC07EE (or 0xCC07EE) is known color: Electric Purple. HEX triplet: CC, 07 and EE. RGB value is (204,7,238). Sum of RGB (Red+Green+Blue) = 204+7+238=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 7 (3.12% from 255 or 1.56% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC07EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC07EE is #33F811. Grayscale: #5B5B5B. Windows color (decimal): -3405842 or 15599564. OLE color: 15599564.

HSL color Cylindrical-coordinate representation of color #CC07EE: hue angle of 291.17º degrees, saturation: 0.94, 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 #CC07EE is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 7 238 -
CMYK 0.14 0.97 0 0.07
HSL 291.17º 0.94% 0.48% -
HSV(B) 291.17º 0.97% 0.93% -
XYZ 40.41 19.16 82.46 -
YUV 92.24 210.27 207.72 -
System Red Green Blue C M Y K H S L
Decimal 204 7 238 0.14 0.97 0 0.07 291.17 0.94 0.48
Hex CC 7 EE E 61 0 7 123 5E 30
Octal 314 7 356 16 141 0 7 443 136 60
Binary 11001100 111 11101110 1110 1100001 0 111 100100011 1011110 110000

Color Harmonies of #CC07EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC07EE

Black with #CC07EE

Text Example


Text Example

White with #CC07EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC07EE; }

 p { color: rgb(204,7,238); }

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

background-color css

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

 a { background-color: rgb(204,7,238); }

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

border-color css

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

 span { border-color: rgb(204,7,238); }

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