Shades of Electric Purple #CB0CFA
Tints of Electric Purple #CB0CFA
RGB
CMYK
RGB Variations
Color information
#CB0CFA (or 0xCB0CFA) is known color: Electric Purple. HEX triplet: CB, 0C and FA. RGB value is (203,12,250). Sum of RGB (Red+Green+Blue) = 203+12+250=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB0CFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0CFA is #34F305. Grayscale: #5F5F5F. Windows color (decimal): -3470086 or 16387275. OLE color: 16387275.
HSL color Cylindrical-coordinate representation of color #CB0CFA: hue angle of 288.15º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0CFA is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 12 | 250 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.02 |
| HSL | 288.15º | 0.96% | 0.51% | - |
| HSV(B) | 288.15º | 0.95% | 0.98% | - |
| XYZ | 42.02 | 19.86 | 92.06 | - |
| YUV | 96.24 | 214.78 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 250 | 0.19 | 0.95 | 0 | 0.02 | 288.15 | 0.96 | 0.51 |
| Hex | CB | C | FA | 13 | 5F | 0 | 2 | 120 | 60 | 33 |
| Octal | 313 | 14 | 372 | 23 | 137 | 0 | 2 | 440 | 140 | 63 |
| Binary | 11001011 | 1100 | 11111010 | 10011 | 1011111 | 0 | 10 | 100100000 | 1100000 | 110011 |
Color Harmonies of #CB0CFA
Complementary color
Monochromatic Colors of #CB0CFA
Black with #CB0CFA
Text Example
Text Example
White with #CB0CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0CFA; }
p { color: rgb(203,12,250); }
H1.HeaderClassName
{
color: #CB0CFA;
}
.AnyTagClassName
{
color: #CB0CFA;
}
</style>
background-color css
<style>
a { background-color: #CB0CFA; }
a { background-color: rgb(203,12,250); }
div.DivClassName
{
background-color: #CB0CFA;
}
.BgClassName
{
background-color: #CB0CFA;
}
</style>
border-color css
<style>
span { border-color: #CB0CFA; }
span { border-color: rgb(203,12,250); }
td.TdClassName
{
border-color: #CB0CFA;
}
.TagClassName
{
border-color: #CB0CFA;
}
</style>