Shades of Electric Purple #CA0DF6
Tints of Electric Purple #CA0DF6
RGB
CMYK
RGB Variations
Color information
#CA0DF6 (or 0xCA0DF6) is known color: Electric Purple. HEX triplet: CA, 0D and F6. RGB value is (202,13,246). Sum of RGB (Red+Green+Blue) = 202+13+246=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 13 (5.47% from 255 or 2.82% from 461); Blue value is 246 (96.48% from 255 or 53.36% from 461); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA0DF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0DF6 is #35F209. Grayscale: #5F5F5F. Windows color (decimal): -3535370 or 16125386. OLE color: 16125386.
HSL color Cylindrical-coordinate representation of color #CA0DF6: hue angle of 288.67º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0DF6 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 13 | 246 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.04 |
| HSL | 288.67º | 0.93% | 0.51% | - |
| HSV(B) | 288.67º | 0.95% | 0.96% | - |
| XYZ | 41.14 | 19.5 | 88.78 | - |
| YUV | 96.07 | 212.62 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 246 | 0.18 | 0.95 | 0 | 0.04 | 288.67 | 0.93 | 0.51 |
| Hex | CA | D | F6 | 12 | 5F | 0 | 4 | 121 | 5D | 33 |
| Octal | 312 | 15 | 366 | 22 | 137 | 0 | 4 | 441 | 135 | 63 |
| Binary | 11001010 | 1101 | 11110110 | 10010 | 1011111 | 0 | 100 | 100100001 | 1011101 | 110011 |
Color Harmonies of #CA0DF6
Complementary color
Monochromatic Colors of #CA0DF6
Black with #CA0DF6
Text Example
Text Example
White with #CA0DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0DF6; }
p { color: rgb(202,13,246); }
H1.HeaderClassName
{
color: #CA0DF6;
}
.AnyTagClassName
{
color: #CA0DF6;
}
</style>
background-color css
<style>
a { background-color: #CA0DF6; }
a { background-color: rgb(202,13,246); }
div.DivClassName
{
background-color: #CA0DF6;
}
.BgClassName
{
background-color: #CA0DF6;
}
</style>
border-color css
<style>
span { border-color: #CA0DF6; }
span { border-color: rgb(202,13,246); }
td.TdClassName
{
border-color: #CA0DF6;
}
.TagClassName
{
border-color: #CA0DF6;
}
</style>