Html Css Color HEX #CB22EE Electric Purple

📋 copy color: '#CB22EE'

red 203 ◦ green 34 ◦ blue 238

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

Shades of Electric Purple #CB22EE

Tints of Electric Purple #CB22EE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.16%

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

R = 42.74%
G = 7.16%
B = 50.11%

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

#CB22EE (or 0xCB22EE) is known color: Electric Purple. HEX triplet: CB, 22 and EE. RGB value is (203,34,238). Sum of RGB (Red+Green+Blue) = 203+34+238=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 34 (13.67% from 255 or 7.16% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB22EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB22EE is #34DD11. Grayscale: #6B6B6B. Windows color (decimal): -3464466 or 15606475. OLE color: 15606475.

HSL color Cylindrical-coordinate representation of color #CB22EE: hue angle of 289.71º 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 #CB22EE is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 34 238 -
CMYK 0.15 0.86 0 0.07
HSL 289.71º 0.86% 0.53% -
HSV(B) 289.71º 0.86% 0.93% -
XYZ 40.63 20.01 82.61 -
YUV 107.79 201.49 195.91 -
System Red Green Blue C M Y K H S L
Decimal 203 34 238 0.15 0.86 0 0.07 289.71 0.86 0.53
Hex CB 22 EE F 56 0 7 122 56 35
Octal 313 42 356 17 126 0 7 442 126 65
Binary 11001011 100010 11101110 1111 1010110 0 111 100100010 1010110 110101

Color Harmonies of #CB22EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB22EE

Black with #CB22EE

Text Example


Text Example

White with #CB22EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB22EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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