Shades of Electric Purple #CA0FF6
Tints of Electric Purple #CA0FF6
RGB
CMYK
RGB Variations
Color information
#CA0FF6 (or 0xCA0FF6) is known color: Electric Purple. HEX triplet: CA, 0F and F6. RGB value is (202,15,246). Sum of RGB (Red+Green+Blue) = 202+15+246=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 15 (6.25% from 255 or 3.24% from 463); Blue value is 246 (96.48% from 255 or 53.13% from 463); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA0FF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0FF6 is #35F009. Grayscale: #606060. Windows color (decimal): -3534858 or 16125898. OLE color: 16125898.
HSL color Cylindrical-coordinate representation of color #CA0FF6: hue angle of 288.57º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0FF6 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 15 | 246 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.04 |
| HSL | 288.57º | 0.93% | 0.51% | - |
| HSV(B) | 288.57º | 0.94% | 0.96% | - |
| XYZ | 41.16 | 19.55 | 88.79 | - |
| YUV | 97.25 | 211.95 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 15 | 246 | 0.18 | 0.94 | 0 | 0.04 | 288.57 | 0.93 | 0.51 |
| Hex | CA | F | F6 | 12 | 5E | 0 | 4 | 121 | 5D | 33 |
| Octal | 312 | 17 | 366 | 22 | 136 | 0 | 4 | 441 | 135 | 63 |
| Binary | 11001010 | 1111 | 11110110 | 10010 | 1011110 | 0 | 100 | 100100001 | 1011101 | 110011 |
Color Harmonies of #CA0FF6
Complementary color
Monochromatic Colors of #CA0FF6
Black with #CA0FF6
Text Example
Text Example
White with #CA0FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0FF6; }
p { color: rgb(202,15,246); }
H1.HeaderClassName
{
color: #CA0FF6;
}
.AnyTagClassName
{
color: #CA0FF6;
}
</style>
background-color css
<style>
a { background-color: #CA0FF6; }
a { background-color: rgb(202,15,246); }
div.DivClassName
{
background-color: #CA0FF6;
}
.BgClassName
{
background-color: #CA0FF6;
}
</style>
border-color css
<style>
span { border-color: #CA0FF6; }
span { border-color: rgb(202,15,246); }
td.TdClassName
{
border-color: #CA0FF6;
}
.TagClassName
{
border-color: #CA0FF6;
}
</style>