Shades of Electric Purple #CB0CED
Tints of Electric Purple #CB0CED
RGB
CMYK
RGB Variations
Color information
#CB0CED (or 0xCB0CED) is known color: Electric Purple. HEX triplet: CB, 0C and ED. RGB value is (203,12,237). Sum of RGB (Red+Green+Blue) = 203+12+237=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 12 (5.08% from 255 or 2.65% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB0CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0CED is #34F312. Grayscale: #5E5E5E. Windows color (decimal): -3470099 or 15535307. OLE color: 15535307.
HSL color Cylindrical-coordinate representation of color #CB0CED: hue angle of 290.93º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0CED is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 12 | 237 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.07 |
| HSL | 290.93º | 0.9% | 0.49% | - |
| HSV(B) | 290.93º | 0.95% | 0.93% | - |
| XYZ | 40.05 | 19.07 | 81.69 | - |
| YUV | 94.76 | 208.28 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 237 | 0.14 | 0.95 | 0 | 0.07 | 290.93 | 0.9 | 0.49 |
| Hex | CB | C | ED | E | 5F | 0 | 7 | 123 | 5A | 31 |
| Octal | 313 | 14 | 355 | 16 | 137 | 0 | 7 | 443 | 132 | 61 |
| Binary | 11001011 | 1100 | 11101101 | 1110 | 1011111 | 0 | 111 | 100100011 | 1011010 | 110001 |
Color Harmonies of #CB0CED
Complementary color
Monochromatic Colors of #CB0CED
Black with #CB0CED
Text Example
Text Example
White with #CB0CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0CED; }
p { color: rgb(203,12,237); }
H1.HeaderClassName
{
color: #CB0CED;
}
.AnyTagClassName
{
color: #CB0CED;
}
</style>
background-color css
<style>
a { background-color: #CB0CED; }
a { background-color: rgb(203,12,237); }
div.DivClassName
{
background-color: #CB0CED;
}
.BgClassName
{
background-color: #CB0CED;
}
</style>
border-color css
<style>
span { border-color: #CB0CED; }
span { border-color: rgb(203,12,237); }
td.TdClassName
{
border-color: #CB0CED;
}
.TagClassName
{
border-color: #CB0CED;
}
</style>