Html Css Color HEX #CB11EB Electric Purple

📋 copy color: '#CB11EB'

red 203 ◦ green 17 ◦ blue 235

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

Shades of Electric Purple #CB11EB

Tints of Electric Purple #CB11EB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.74%

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

R = 44.62%
G = 3.74%
B = 51.65%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB11EB (or 0xCB11EB) is known color: Electric Purple. HEX triplet: CB, 11 and EB. RGB value is (203,17,235). Sum of RGB (Red+Green+Blue) = 203+17+235=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 17 (7.03% from 255 or 3.74% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB11EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB11EB is #34EE14. Grayscale: #606060. Windows color (decimal): -3468821 or 15405515. OLE color: 15405515.

HSL color Cylindrical-coordinate representation of color #CB11EB: hue angle of 291.19º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB11EB is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 17 235 -
CMYK 0.14 0.93 0 0.08
HSL 291.19º 0.87% 0.49% -
HSV(B) 291.19º 0.93% 0.92% -
XYZ 39.82 19.1 80.18 -
YUV 97.47 205.62 203.27 -
System Red Green Blue C M Y K H S L
Decimal 203 17 235 0.14 0.93 0 0.08 291.19 0.87 0.49
Hex CB 11 EB E 5D 0 8 123 57 31
Octal 313 21 353 16 135 0 10 443 127 61
Binary 11001011 10001 11101011 1110 1011101 0 1000 100100011 1010111 110001

Color Harmonies of #CB11EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB11EB

Black with #CB11EB

Text Example


Text Example

White with #CB11EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB11EB; }

 p { color: rgb(203,17,235); }

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

background-color css

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

 a { background-color: rgb(203,17,235); }

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

border-color css

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

 span { border-color: rgb(203,17,235); }

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