Html Css Color HEX #CB0EED Electric Purple

📋 copy color: '#CB0EED'

red 203 ◦ green 14 ◦ blue 237

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

Shades of Electric Purple #CB0EED

Tints of Electric Purple #CB0EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.2%

R = 44.71%
G = 3.08%
B = 52.2%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB0EED (or 0xCB0EED) is known color: Electric Purple. HEX triplet: CB, 0E and ED. RGB value is (203,14,237). Sum of RGB (Red+Green+Blue) = 203+14+237=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 14 (5.86% from 255 or 3.08% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB0EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0EED is #34F112. Grayscale: #5F5F5F. Windows color (decimal): -3469587 or 15535819. OLE color: 15535819.

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

Color convert

RGB 203 14 237 -
CMYK 0.14 0.94 0 0.07
HSL 290.85º 0.89% 0.49% -
HSV(B) 290.85º 0.94% 0.93% -
XYZ 40.07 19.13 81.7 -
YUV 95.93 207.62 204.37 -
System Red Green Blue C M Y K H S L
Decimal 203 14 237 0.14 0.94 0 0.07 290.85 0.89 0.49
Hex CB E ED E 5E 0 7 123 59 31
Octal 313 16 355 16 136 0 7 443 131 61
Binary 11001011 1110 11101101 1110 1011110 0 111 100100011 1011001 110001

Color Harmonies of #CB0EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0EED

Black with #CB0EED

Text Example


Text Example

White with #CB0EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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