Html Css Color HEX #CC15EB Electric Purple

📋 copy color: '#CC15EB'

red 204 ◦ green 21 ◦ blue 235

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

Shades of Electric Purple #CC15EB

Tints of Electric Purple #CC15EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.09%

R = 44.35%
G = 4.57%
B = 51.09%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC15EB (or 0xCC15EB) is known color: Electric Purple. HEX triplet: CC, 15 and EB. RGB value is (204,21,235). Sum of RGB (Red+Green+Blue) = 204+21+235=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 21 (8.59% from 255 or 4.57% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC15EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC15EB is #33EA14. Grayscale: #636363. Windows color (decimal): -3402261 or 15406540. OLE color: 15406540.

HSL color Cylindrical-coordinate representation of color #CC15EB: hue angle of 291.31º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC15EB is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 21 235 -
CMYK 0.13 0.91 0 0.08
HSL 291.31º 0.84% 0.5% -
HSV(B) 291.31º 0.91% 0.92% -
XYZ 40.17 19.37 80.22 -
YUV 100.11 204.13 202.1 -
System Red Green Blue C M Y K H S L
Decimal 204 21 235 0.13 0.91 0 0.08 291.31 0.84 0.5
Hex CC 15 EB D 5B 0 8 123 54 32
Octal 314 25 353 15 133 0 10 443 124 62
Binary 11001100 10101 11101011 1101 1011011 0 1000 100100011 1010100 110010

Color Harmonies of #CC15EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC15EB

Black with #CC15EB

Text Example


Text Example

White with #CC15EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC15EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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