Shades of Electric Purple #CA0BFC
Tints of Electric Purple #CA0BFC
RGB
CMYK
RGB Variations
Color information
#CA0BFC (or 0xCA0BFC) is known color: Electric Purple. HEX triplet: CA, 0B and FC. RGB value is (202,11,252). Sum of RGB (Red+Green+Blue) = 202+11+252=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 11 (4.69% from 255 or 2.37% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA0BFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0BFC is #35F403. Grayscale: #5E5E5E. Windows color (decimal): -3535876 or 16518090. OLE color: 16518090.
HSL color Cylindrical-coordinate representation of color #CA0BFC: hue angle of 287.55º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0BFC is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 11 | 252 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.01 |
| HSL | 287.55º | 0.98% | 0.52% | - |
| HSV(B) | 287.55º | 0.96% | 0.99% | - |
| XYZ | 42.05 | 19.82 | 93.71 | - |
| YUV | 95.58 | 216.28 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 11 | 252 | 0.20 | 0.96 | 0 | 0.01 | 287.55 | 0.98 | 0.52 |
| Hex | CA | B | FC | 14 | 60 | 0 | 1 | 120 | 62 | 34 |
| Octal | 312 | 13 | 374 | 24 | 140 | 0 | 1 | 440 | 142 | 64 |
| Binary | 11001010 | 1011 | 11111100 | 10100 | 1100000 | 0 | 1 | 100100000 | 1100010 | 110100 |
Color Harmonies of #CA0BFC
Complementary color
Monochromatic Colors of #CA0BFC
Black with #CA0BFC
Text Example
Text Example
White with #CA0BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0BFC; }
p { color: rgb(202,11,252); }
H1.HeaderClassName
{
color: #CA0BFC;
}
.AnyTagClassName
{
color: #CA0BFC;
}
</style>
background-color css
<style>
a { background-color: #CA0BFC; }
a { background-color: rgb(202,11,252); }
div.DivClassName
{
background-color: #CA0BFC;
}
.BgClassName
{
background-color: #CA0BFC;
}
</style>
border-color css
<style>
span { border-color: #CA0BFC; }
span { border-color: rgb(202,11,252); }
td.TdClassName
{
border-color: #CA0BFC;
}
.TagClassName
{
border-color: #CA0BFC;
}
</style>