Shades of Electric Purple #CA16ED
Tints of Electric Purple #CA16ED
RGB
CMYK
RGB Variations
Color information
#CA16ED (or 0xCA16ED) is known color: Electric Purple. HEX triplet: CA, 16 and ED. RGB value is (202,22,237). Sum of RGB (Red+Green+Blue) = 202+22+237=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 22 (8.98% from 255 or 4.77% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA16ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA16ED is #35E912. Grayscale: #636363. Windows color (decimal): -3533075 or 15537866. OLE color: 15537866.
HSL color Cylindrical-coordinate representation of color #CA16ED: hue angle of 290.23º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA16ED is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 22 | 237 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.07 |
| HSL | 290.23º | 0.86% | 0.51% | - |
| HSV(B) | 290.23º | 0.91% | 0.93% | - |
| XYZ | 39.93 | 19.24 | 81.73 | - |
| YUV | 100.33 | 205.13 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 237 | 0.15 | 0.91 | 0 | 0.07 | 290.23 | 0.86 | 0.51 |
| Hex | CA | 16 | ED | F | 5B | 0 | 7 | 122 | 56 | 33 |
| Octal | 312 | 26 | 355 | 17 | 133 | 0 | 7 | 442 | 126 | 63 |
| Binary | 11001010 | 10110 | 11101101 | 1111 | 1011011 | 0 | 111 | 100100010 | 1010110 | 110011 |
Color Harmonies of #CA16ED
Complementary color
Monochromatic Colors of #CA16ED
Black with #CA16ED
Text Example
Text Example
White with #CA16ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA16ED; }
p { color: rgb(202,22,237); }
H1.HeaderClassName
{
color: #CA16ED;
}
.AnyTagClassName
{
color: #CA16ED;
}
</style>
background-color css
<style>
a { background-color: #CA16ED; }
a { background-color: rgb(202,22,237); }
div.DivClassName
{
background-color: #CA16ED;
}
.BgClassName
{
background-color: #CA16ED;
}
</style>
border-color css
<style>
span { border-color: #CA16ED; }
span { border-color: rgb(202,22,237); }
td.TdClassName
{
border-color: #CA16ED;
}
.TagClassName
{
border-color: #CA16ED;
}
</style>