Html Css Color HEX #CC15ED Electric Purple

📋 copy color: '#CC15ED'

red 204 ◦ green 21 ◦ blue 237

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

Shades of Electric Purple #CC15ED

Tints of Electric Purple #CC15ED

RGB

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

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

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

R = 44.16%
G = 4.55%
B = 51.3%

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

#CC15ED (or 0xCC15ED) is known color: Electric Purple. HEX triplet: CC, 15 and ED. RGB value is (204,21,237). Sum of RGB (Red+Green+Blue) = 204+21+237=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 21 (8.59% from 255 or 4.55% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC15ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC15ED is #33EA12. Grayscale: #636363. Windows color (decimal): -3402259 or 15537612. OLE color: 15537612.

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

Color convert

RGB 204 21 237 -
CMYK 0.14 0.91 0 0.07
HSL 290.83º 0.86% 0.51% -
HSV(B) 290.83º 0.91% 0.93% -
XYZ 40.46 19.49 81.75 -
YUV 100.34 205.13 201.94 -
System Red Green Blue C M Y K H S L
Decimal 204 21 237 0.14 0.91 0 0.07 290.83 0.86 0.51
Hex CC 15 ED E 5B 0 7 123 56 33
Octal 314 25 355 16 133 0 7 443 126 63
Binary 11001100 10101 11101101 1110 1011011 0 111 100100011 1010110 110011

Color Harmonies of #CC15ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC15ED

Black with #CC15ED

Text Example


Text Example

White with #CC15ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC15ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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