Html Css Color HEX #CC15FE Electric Purple

📋 copy color: '#CC15FE'

red 204 ◦ green 21 ◦ blue 254

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

Shades of Electric Purple #CC15FE

Tints of Electric Purple #CC15FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.03%

R = 42.59%
G = 4.38%
B = 53.03%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC15FE (or 0xCC15FE) is known color: Electric Purple. HEX triplet: CC, 15 and FE. RGB value is (204,21,254). Sum of RGB (Red+Green+Blue) = 204+21+254=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 21 (8.59% from 255 or 4.38% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC15FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC15FE is #33EA01. Grayscale: #656565. Windows color (decimal): -3402242 or 16651724. OLE color: 16651724.

HSL color Cylindrical-coordinate representation of color #CC15FE: hue angle of 287.12º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC15FE is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 21 254 -
CMYK 0.20 0.92 0 0.00
HSL 287.12º 0.99% 0.54% -
HSV(B) 287.12º 0.92% 1% -
XYZ 43.06 20.53 95.46 -
YUV 102.28 213.63 200.55 -
System Red Green Blue C M Y K H S L
Decimal 204 21 254 0.20 0.92 0 0.00 287.12 0.99 0.54
Hex CC 15 FE 14 5C 0 0 11F 63 36
Octal 314 25 376 24 134 0 0 437 143 66
Binary 11001100 10101 11111110 10100 1011100 0 0 100011111 1100011 110110

Color Harmonies of #CC15FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC15FE

Black with #CC15FE

Text Example


Text Example

White with #CC15FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC15FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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