Html Css Color HEX #CB21EE Electric Purple

📋 copy color: '#CB21EE'

red 203 ◦ green 33 ◦ blue 238

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

Shades of Electric Purple #CB21EE

Tints of Electric Purple #CB21EE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.96%

 BLUE value IS 238 (93.36% from 255) = 50.21%

R = 42.83%
G = 6.96%
B = 50.21%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB21EE (or 0xCB21EE) is known color: Electric Purple. HEX triplet: CB, 21 and EE. RGB value is (203,33,238). Sum of RGB (Red+Green+Blue) = 203+33+238=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 33 (13.28% from 255 or 6.96% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB21EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB21EE is #34DE11. Grayscale: #6A6A6A. Windows color (decimal): -3464722 or 15606219. OLE color: 15606219.

HSL color Cylindrical-coordinate representation of color #CB21EE: hue angle of 289.76º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB21EE is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 33 238 -
CMYK 0.15 0.86 0 0.07
HSL 289.76º 0.86% 0.53% -
HSV(B) 289.76º 0.86% 0.93% -
XYZ 40.61 19.96 82.6 -
YUV 107.2 201.82 196.33 -
System Red Green Blue C M Y K H S L
Decimal 203 33 238 0.15 0.86 0 0.07 289.76 0.86 0.53
Hex CB 21 EE F 56 0 7 122 56 35
Octal 313 41 356 17 126 0 7 442 126 65
Binary 11001011 100001 11101110 1111 1010110 0 111 100100010 1010110 110101

Color Harmonies of #CB21EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB21EE

Black with #CB21EE

Text Example


Text Example

White with #CB21EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB21EE; }

 p { color: rgb(203,33,238); }

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

background-color css

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

 a { background-color: rgb(203,33,238); }

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

border-color css

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

 span { border-color: rgb(203,33,238); }

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