Shades of Electric Purple #CB0AED
Tints of Electric Purple #CB0AED
RGB
CMYK
RGB Variations
Color information
#CB0AED (or 0xCB0AED) is known color: Electric Purple. HEX triplet: CB, 0A and ED. RGB value is (203,10,237). Sum of RGB (Red+Green+Blue) = 203+10+237=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 10 (4.30% from 255 or 2.22% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB0AED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0AED is #34F512. Grayscale: #5C5C5C. Windows color (decimal): -3470611 or 15534795. OLE color: 15534795.
HSL color Cylindrical-coordinate representation of color #CB0AED: hue angle of 291.01º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0AED is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 10 | 237 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.07 |
| HSL | 291.01º | 0.92% | 0.48% | - |
| HSV(B) | 291.01º | 0.96% | 0.93% | - |
| XYZ | 40.02 | 19.03 | 81.68 | - |
| YUV | 93.59 | 208.94 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 10 | 237 | 0.14 | 0.96 | 0 | 0.07 | 291.01 | 0.92 | 0.48 |
| Hex | CB | A | ED | E | 60 | 0 | 7 | 123 | 5C | 30 |
| Octal | 313 | 12 | 355 | 16 | 140 | 0 | 7 | 443 | 134 | 60 |
| Binary | 11001011 | 1010 | 11101101 | 1110 | 1100000 | 0 | 111 | 100100011 | 1011100 | 110000 |
Color Harmonies of #CB0AED
Complementary color
Monochromatic Colors of #CB0AED
Black with #CB0AED
Text Example
Text Example
White with #CB0AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0AED; }
p { color: rgb(203,10,237); }
H1.HeaderClassName
{
color: #CB0AED;
}
.AnyTagClassName
{
color: #CB0AED;
}
</style>
background-color css
<style>
a { background-color: #CB0AED; }
a { background-color: rgb(203,10,237); }
div.DivClassName
{
background-color: #CB0AED;
}
.BgClassName
{
background-color: #CB0AED;
}
</style>
border-color css
<style>
span { border-color: #CB0AED; }
span { border-color: rgb(203,10,237); }
td.TdClassName
{
border-color: #CB0AED;
}
.TagClassName
{
border-color: #CB0AED;
}
</style>