Html Css Color HEX #CC06EC Electric Purple

📋 copy color: '#CC06EC'

red 204 ◦ green 6 ◦ blue 236

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

Shades of Electric Purple #CC06EC

Tints of Electric Purple #CC06EC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.35%

 BLUE value IS 236 (92.58% from 255) = 52.91%

R = 45.74%
G = 1.35%
B = 52.91%

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

#CC06EC (or 0xCC06EC) is known color: Electric Purple. HEX triplet: CC, 06 and EC. RGB value is (204,6,236). Sum of RGB (Red+Green+Blue) = 204+6+236=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 6 (2.73% from 255 or 1.35% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC06EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC06EC is #33F913. Grayscale: #5A5A5A. Windows color (decimal): -3406100 or 15468236. OLE color: 15468236.

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

Color convert

RGB 204 6 236 -
CMYK 0.14 0.97 0 0.07
HSL 291.65º 0.95% 0.47% -
HSV(B) 291.65º 0.97% 0.93% -
XYZ 40.11 19.02 80.91 -
YUV 91.42 209.6 208.3 -
System Red Green Blue C M Y K H S L
Decimal 204 6 236 0.14 0.97 0 0.07 291.65 0.95 0.47
Hex CC 6 EC E 61 0 7 124 5F 2F
Octal 314 6 354 16 141 0 7 444 137 57
Binary 11001100 110 11101100 1110 1100001 0 111 100100100 1011111 101111

Color Harmonies of #CC06EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC06EC

Black with #CC06EC

Text Example


Text Example

White with #CC06EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC06EC; }

 p { color: rgb(204,6,236); }

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

background-color css

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

 a { background-color: rgb(204,6,236); }

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

border-color css

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

 span { border-color: rgb(204,6,236); }

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