Shades of Electric Purple #CB1EED
Tints of Electric Purple #CB1EED
RGB
CMYK
RGB Variations
Color information
#CB1EED (or 0xCB1EED) is known color: Electric Purple. HEX triplet: CB, 1E and ED. RGB value is (203,30,237). Sum of RGB (Red+Green+Blue) = 203+30+237=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 30 (12.11% from 255 or 6.38% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB1EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1EED is #34E112. Grayscale: #686868. Windows color (decimal): -3465491 or 15539915. OLE color: 15539915.
HSL color Cylindrical-coordinate representation of color #CB1EED: hue angle of 290.14º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1EED is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 30 | 237 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.07 |
| HSL | 290.14º | 0.85% | 0.52% | - |
| HSV(B) | 290.14º | 0.87% | 0.93% | - |
| XYZ | 40.38 | 19.74 | 81.8 | - |
| YUV | 105.33 | 202.31 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 237 | 0.14 | 0.87 | 0 | 0.07 | 290.14 | 0.85 | 0.52 |
| Hex | CB | 1E | ED | E | 57 | 0 | 7 | 122 | 55 | 34 |
| Octal | 313 | 36 | 355 | 16 | 127 | 0 | 7 | 442 | 125 | 64 |
| Binary | 11001011 | 11110 | 11101101 | 1110 | 1010111 | 0 | 111 | 100100010 | 1010101 | 110100 |
Color Harmonies of #CB1EED
Complementary color
Monochromatic Colors of #CB1EED
Black with #CB1EED
Text Example
Text Example
White with #CB1EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1EED; }
p { color: rgb(203,30,237); }
H1.HeaderClassName
{
color: #CB1EED;
}
.AnyTagClassName
{
color: #CB1EED;
}
</style>
background-color css
<style>
a { background-color: #CB1EED; }
a { background-color: rgb(203,30,237); }
div.DivClassName
{
background-color: #CB1EED;
}
.BgClassName
{
background-color: #CB1EED;
}
</style>
border-color css
<style>
span { border-color: #CB1EED; }
span { border-color: rgb(203,30,237); }
td.TdClassName
{
border-color: #CB1EED;
}
.TagClassName
{
border-color: #CB1EED;
}
</style>