Html Css Color HEX #CC07ED Electric Purple

📋 copy color: '#CC07ED'

red 204 ◦ green 7 ◦ blue 237

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

Shades of Electric Purple #CC07ED

Tints of Electric Purple #CC07ED

RGB

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

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

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

R = 45.54%
G = 1.56%
B = 52.9%

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

#CC07ED (or 0xCC07ED) is known color: Electric Purple. HEX triplet: CC, 07 and ED. RGB value is (204,7,237). Sum of RGB (Red+Green+Blue) = 204+7+237=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 7 (3.12% from 255 or 1.56% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC07ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC07ED is #33F812. Grayscale: #5B5B5B. Windows color (decimal): -3405843 or 15534028. OLE color: 15534028.

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

Color convert

RGB 204 7 237 -
CMYK 0.14 0.97 0 0.07
HSL 291.39º 0.94% 0.48% -
HSV(B) 291.39º 0.97% 0.93% -
XYZ 40.26 19.1 81.69 -
YUV 92.12 209.77 207.8 -
System Red Green Blue C M Y K H S L
Decimal 204 7 237 0.14 0.97 0 0.07 291.39 0.94 0.48
Hex CC 7 ED E 61 0 7 123 5E 30
Octal 314 7 355 16 141 0 7 443 136 60
Binary 11001100 111 11101101 1110 1100001 0 111 100100011 1011110 110000

Color Harmonies of #CC07ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC07ED

Black with #CC07ED

Text Example


Text Example

White with #CC07ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC07ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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