Html Css Color HEX #CB0EE9 Electric Purple

📋 copy color: '#CB0EE9'

red 203 ◦ green 14 ◦ blue 233

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

Shades of Electric Purple #CB0EE9

Tints of Electric Purple #CB0EE9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.11%

 BLUE value IS 233 (91.41% from 255) = 51.78%

R = 45.11%
G = 3.11%
B = 51.78%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CB0EE9 (or 0xCB0EE9) is known color: Electric Purple. HEX triplet: CB, 0E and E9. RGB value is (203,14,233). Sum of RGB (Red+Green+Blue) = 203+14+233=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 14 (5.86% from 255 or 3.11% from 450); Blue value is 233 (91.41% from 255 or 51.78% from 450); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB0EE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0EE9 is #34F116. Grayscale: #5E5E5E. Windows color (decimal): -3469591 or 15273675. OLE color: 15273675.

HSL color Cylindrical-coordinate representation of color #CB0EE9: hue angle of 291.78º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0EE9 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 14 233 -
CMYK 0.13 0.94 0 0.09
HSL 291.78º 0.89% 0.48% -
HSV(B) 291.78º 0.94% 0.91% -
XYZ 39.49 18.89 78.66 -
YUV 95.48 205.62 204.69 -
System Red Green Blue C M Y K H S L
Decimal 203 14 233 0.13 0.94 0 0.09 291.78 0.89 0.48
Hex CB E E9 D 5E 0 9 124 59 30
Octal 313 16 351 15 136 0 11 444 131 60
Binary 11001011 1110 11101001 1101 1011110 0 1001 100100100 1011001 110000

Color Harmonies of #CB0EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0EE9

Black with #CB0EE9

Text Example


Text Example

White with #CB0EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0EE9; }

 p { color: rgb(203,14,233); }

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

background-color css

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

 a { background-color: rgb(203,14,233); }

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

border-color css

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

 span { border-color: rgb(203,14,233); }

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