Shades of Electric Purple #CB0AFB
Tints of Electric Purple #CB0AFB
RGB
CMYK
RGB Variations
Color information
#CB0AFB (or 0xCB0AFB) is known color: Electric Purple. HEX triplet: CB, 0A and FB. RGB value is (203,10,251). Sum of RGB (Red+Green+Blue) = 203+10+251=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 10 (4.30% from 255 or 2.16% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB0AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0AFB is #34F504. Grayscale: #5E5E5E. Windows color (decimal): -3470597 or 16452299. OLE color: 16452299.
HSL color Cylindrical-coordinate representation of color #CB0AFB: hue angle of 288.05º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0AFB is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 10 | 251 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.02 |
| HSL | 288.05º | 0.97% | 0.51% | - |
| HSV(B) | 288.05º | 0.96% | 0.98% | - |
| XYZ | 42.15 | 19.88 | 92.88 | - |
| YUV | 95.18 | 215.94 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 10 | 251 | 0.19 | 0.96 | 0 | 0.02 | 288.05 | 0.97 | 0.51 |
| Hex | CB | A | FB | 13 | 60 | 0 | 2 | 120 | 61 | 33 |
| Octal | 313 | 12 | 373 | 23 | 140 | 0 | 2 | 440 | 141 | 63 |
| Binary | 11001011 | 1010 | 11111011 | 10011 | 1100000 | 0 | 10 | 100100000 | 1100001 | 110011 |
Color Harmonies of #CB0AFB
Complementary color
Monochromatic Colors of #CB0AFB
Black with #CB0AFB
Text Example
Text Example
White with #CB0AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0AFB; }
p { color: rgb(203,10,251); }
H1.HeaderClassName
{
color: #CB0AFB;
}
.AnyTagClassName
{
color: #CB0AFB;
}
</style>
background-color css
<style>
a { background-color: #CB0AFB; }
a { background-color: rgb(203,10,251); }
div.DivClassName
{
background-color: #CB0AFB;
}
.BgClassName
{
background-color: #CB0AFB;
}
</style>
border-color css
<style>
span { border-color: #CB0AFB; }
span { border-color: rgb(203,10,251); }
td.TdClassName
{
border-color: #CB0AFB;
}
.TagClassName
{
border-color: #CB0AFB;
}
</style>