Html Css Color HEX #CC15EE Electric Purple

📋 copy color: '#CC15EE'

red 204 ◦ green 21 ◦ blue 238

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

Shades of Electric Purple #CC15EE

Tints of Electric Purple #CC15EE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.54%

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

R = 44.06%
G = 4.54%
B = 51.4%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC15EE (or 0xCC15EE) is known color: Electric Purple. HEX triplet: CC, 15 and EE. RGB value is (204,21,238). Sum of RGB (Red+Green+Blue) = 204+21+238=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 21 (8.59% from 255 or 4.54% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC15EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC15EE is #33EA11. Grayscale: #636363. Windows color (decimal): -3402258 or 15603148. OLE color: 15603148.

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

Color convert

RGB 204 21 238 -
CMYK 0.14 0.91 0 0.07
HSL 290.6º 0.86% 0.51% -
HSV(B) 290.6º 0.91% 0.93% -
XYZ 40.6 19.55 82.52 -
YUV 100.46 205.63 201.86 -
System Red Green Blue C M Y K H S L
Decimal 204 21 238 0.14 0.91 0 0.07 290.6 0.86 0.51
Hex CC 15 EE E 5B 0 7 123 56 33
Octal 314 25 356 16 133 0 7 443 126 63
Binary 11001100 10101 11101110 1110 1011011 0 111 100100011 1010110 110011

Color Harmonies of #CC15EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC15EE

Black with #CC15EE

Text Example


Text Example

White with #CC15EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC15EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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