Html Css Color HEX #CC26EB Electric Purple

📋 copy color: '#CC26EB'

red 204 ◦ green 38 ◦ blue 235

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

Shades of Electric Purple #CC26EB

Tints of Electric Purple #CC26EB

RGB

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

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

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

R = 42.77%
G = 7.97%
B = 49.27%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC26EB (or 0xCC26EB) is known color: Electric Purple. HEX triplet: CC, 26 and EB. RGB value is (204,38,235). Sum of RGB (Red+Green+Blue) = 204+38+235=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 38 (15.23% from 255 or 7.97% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC26EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC26EB is #33D914. Grayscale: #6D6D6D. Windows color (decimal): -3397909 or 15410892. OLE color: 15410892.

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

Color convert

RGB 204 38 235 -
CMYK 0.13 0.84 0 0.08
HSL 290.56º 0.83% 0.54% -
HSV(B) 290.56º 0.84% 0.92% -
XYZ 40.59 20.22 80.36 -
YUV 110.09 198.5 194.98 -
System Red Green Blue C M Y K H S L
Decimal 204 38 235 0.13 0.84 0 0.08 290.56 0.83 0.54
Hex CC 26 EB D 54 0 8 123 53 36
Octal 314 46 353 15 124 0 10 443 123 66
Binary 11001100 100110 11101011 1101 1010100 0 1000 100100011 1010011 110110

Color Harmonies of #CC26EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC26EB

Black with #CC26EB

Text Example


Text Example

White with #CC26EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC26EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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