Html Css Color HEX #CB21EA Electric Purple

📋 copy color: '#CB21EA'

red 203 ◦ green 33 ◦ blue 234

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

Shades of Electric Purple #CB21EA

Tints of Electric Purple #CB21EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.79%

R = 43.19%
G = 7.02%
B = 49.79%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB21EA (or 0xCB21EA) is known color: Electric Purple. HEX triplet: CB, 21 and EA. RGB value is (203,33,234). Sum of RGB (Red+Green+Blue) = 203+33+234=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 33 (13.28% from 255 or 7.02% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB21EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB21EA is #34DE15. Grayscale: #6A6A6A. Windows color (decimal): -3464726 or 15344075. OLE color: 15344075.

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

Color convert

RGB 203 33 234 -
CMYK 0.13 0.86 0 0.08
HSL 290.75º 0.83% 0.52% -
HSV(B) 290.75º 0.86% 0.92% -
XYZ 40.02 19.72 79.54 -
YUV 106.74 199.82 196.66 -
System Red Green Blue C M Y K H S L
Decimal 203 33 234 0.13 0.86 0 0.08 290.75 0.83 0.52
Hex CB 21 EA D 56 0 8 123 53 34
Octal 313 41 352 15 126 0 10 443 123 64
Binary 11001011 100001 11101010 1101 1010110 0 1000 100100011 1010011 110100

Color Harmonies of #CB21EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB21EA

Black with #CB21EA

Text Example


Text Example

White with #CB21EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB21EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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