Html Css Color HEX #CC26FE Electric Purple

📋 copy color: '#CC26FE'

red 204 ◦ green 38 ◦ blue 254

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

Shades of Electric Purple #CC26FE

Tints of Electric Purple #CC26FE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.66%

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

R = 41.13%
G = 7.66%
B = 51.21%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC26FE (or 0xCC26FE) is known color: Electric Purple. HEX triplet: CC, 26 and FE. RGB value is (204,38,254). Sum of RGB (Red+Green+Blue) = 204+38+254=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 38 (15.23% from 255 or 7.66% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC26FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC26FE is #33D901. Grayscale: #6F6F6F. Windows color (decimal): -3397890 or 16656076. OLE color: 16656076.

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

Color convert

RGB 204 38 254 -
CMYK 0.20 0.85 0 0.00
HSL 286.11º 0.99% 0.57% -
HSV(B) 286.11º 0.85% 1% -
XYZ 43.48 21.38 95.6 -
YUV 112.26 208 193.44 -
System Red Green Blue C M Y K H S L
Decimal 204 38 254 0.20 0.85 0 0.00 286.11 0.99 0.57
Hex CC 26 FE 14 55 0 0 11E 63 39
Octal 314 46 376 24 125 0 0 436 143 71
Binary 11001100 100110 11111110 10100 1010101 0 0 100011110 1100011 111001

Color Harmonies of #CC26FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC26FE

Black with #CC26FE

Text Example


Text Example

White with #CC26FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC26FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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