Html Css Color HEX #CB28EC Electric Purple

📋 copy color: '#CB28EC'

red 203 ◦ green 40 ◦ blue 236

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

Shades of Electric Purple #CB28EC

Tints of Electric Purple #CB28EC

RGB

 RED value IS 203 (79.69% from 255) = 42.38%

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

 BLUE value IS 236 (92.58% from 255) = 49.27%

R = 42.38%
G = 8.35%
B = 49.27%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB28EC (or 0xCB28EC) is known color: Electric Purple. HEX triplet: CB, 28 and EC. RGB value is (203,40,236). Sum of RGB (Red+Green+Blue) = 203+40+236=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 40 (16.02% from 255 or 8.35% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB28EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB28EC is #34D713. Grayscale: #6E6E6E. Windows color (decimal): -3462932 or 15476939. OLE color: 15476939.

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

Color convert

RGB 203 40 236 -
CMYK 0.14 0.83 0 0.07
HSL 289.9º 0.84% 0.54% -
HSV(B) 289.9º 0.83% 0.93% -
XYZ 40.53 20.27 81.13 -
YUV 111.08 198.5 193.56 -
System Red Green Blue C M Y K H S L
Decimal 203 40 236 0.14 0.83 0 0.07 289.9 0.84 0.54
Hex CB 28 EC E 53 0 7 122 54 36
Octal 313 50 354 16 123 0 7 442 124 66
Binary 11001011 101000 11101100 1110 1010011 0 111 100100010 1010100 110110

Color Harmonies of #CB28EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB28EC

Black with #CB28EC

Text Example


Text Example

White with #CB28EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB28EC; }

 p { color: rgb(203,40,236); }

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

background-color css

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

 a { background-color: rgb(203,40,236); }

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

border-color css

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

 span { border-color: rgb(203,40,236); }

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