Html Css Color HEX #CC28EB Electric Purple

📋 copy color: '#CC28EB'

red 204 ◦ green 40 ◦ blue 235

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

Shades of Electric Purple #CC28EB

Tints of Electric Purple #CC28EB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.35%

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

R = 42.59%
G = 8.35%
B = 49.06%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC28EB (or 0xCC28EB) is known color: Electric Purple. HEX triplet: CC, 28 and EB. RGB value is (204,40,235). Sum of RGB (Red+Green+Blue) = 204+40+235=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 40 (16.02% from 255 or 8.35% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC28EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC28EB is #33D714. Grayscale: #6E6E6E. Windows color (decimal): -3397397 or 15411404. OLE color: 15411404.

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

Color convert

RGB 204 40 235 -
CMYK 0.13 0.83 0 0.08
HSL 290.46º 0.83% 0.54% -
HSV(B) 290.46º 0.83% 0.92% -
XYZ 40.66 20.35 80.38 -
YUV 111.27 197.83 194.14 -
System Red Green Blue C M Y K H S L
Decimal 204 40 235 0.13 0.83 0 0.08 290.46 0.83 0.54
Hex CC 28 EB D 53 0 8 122 53 36
Octal 314 50 353 15 123 0 10 442 123 66
Binary 11001100 101000 11101011 1101 1010011 0 1000 100100010 1010011 110110

Color Harmonies of #CC28EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC28EB

Black with #CC28EB

Text Example


Text Example

White with #CC28EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC28EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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