Shades of Electric Purple #CB0EFF
Tints of Electric Purple #CB0EFF
RGB
CMYK
RGB Variations
Color information
#CB0EFF (or 0xCB0EFF) is known color: Electric Purple. HEX triplet: CB, 0E and FF. RGB value is (203,14,255). Sum of RGB (Red+Green+Blue) = 203+14+255=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 14 (5.86% from 255 or 2.97% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB0EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0EFF is #34F100. Grayscale: #616161. Windows color (decimal): -3469569 or 16715467. OLE color: 16715467.
HSL color Cylindrical-coordinate representation of color #CB0EFF: hue angle of 287.05º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0EFF is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 14 | 255 | - |
| CMYK | 0.20 | 0.95 | 0 | 0 |
| HSL | 287.05º | 1% | 0.53% | - |
| HSV(B) | 287.05º | 0.95% | 1% | - |
| XYZ | 42.84 | 20.23 | 96.25 | - |
| YUV | 97.99 | 216.62 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 14 | 255 | 0.20 | 0.95 | 0 | 0 | 287.05 | 1 | 0.53 |
| Hex | CB | E | FF | 14 | 5F | 0 | 0 | 11F | 64 | 35 |
| Octal | 313 | 16 | 377 | 24 | 137 | 0 | 0 | 437 | 144 | 65 |
| Binary | 11001011 | 1110 | 11111111 | 10100 | 1011111 | 0 | 0 | 100011111 | 1100100 | 110101 |
Color Harmonies of #CB0EFF
Complementary color
Monochromatic Colors of #CB0EFF
Black with #CB0EFF
Text Example
Text Example
White with #CB0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0EFF; }
p { color: rgb(203,14,255); }
H1.HeaderClassName
{
color: #CB0EFF;
}
.AnyTagClassName
{
color: #CB0EFF;
}
</style>
background-color css
<style>
a { background-color: #CB0EFF; }
a { background-color: rgb(203,14,255); }
div.DivClassName
{
background-color: #CB0EFF;
}
.BgClassName
{
background-color: #CB0EFF;
}
</style>
border-color css
<style>
span { border-color: #CB0EFF; }
span { border-color: rgb(203,14,255); }
td.TdClassName
{
border-color: #CB0EFF;
}
.TagClassName
{
border-color: #CB0EFF;
}
</style>