Shades of Electric Purple #CA16EF
Tints of Electric Purple #CA16EF
RGB
CMYK
RGB Variations
Color information
#CA16EF (or 0xCA16EF) is known color: Electric Purple. HEX triplet: CA, 16 and EF. RGB value is (202,22,239). Sum of RGB (Red+Green+Blue) = 202+22+239=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 22 (8.98% from 255 or 4.75% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA16EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA16EF is #35E910. Grayscale: #636363. Windows color (decimal): -3533073 or 15668938. OLE color: 15668938.
HSL color Cylindrical-coordinate representation of color #CA16EF: hue angle of 289.77º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA16EF is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 22 | 239 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.06 |
| HSL | 289.77º | 0.87% | 0.51% | - |
| HSV(B) | 289.77º | 0.91% | 0.94% | - |
| XYZ | 40.22 | 19.36 | 83.28 | - |
| YUV | 100.56 | 206.13 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 239 | 0.15 | 0.91 | 0 | 0.06 | 289.77 | 0.87 | 0.51 |
| Hex | CA | 16 | EF | F | 5B | 0 | 6 | 122 | 57 | 33 |
| Octal | 312 | 26 | 357 | 17 | 133 | 0 | 6 | 442 | 127 | 63 |
| Binary | 11001010 | 10110 | 11101111 | 1111 | 1011011 | 0 | 110 | 100100010 | 1010111 | 110011 |
Color Harmonies of #CA16EF
Complementary color
Monochromatic Colors of #CA16EF
Black with #CA16EF
Text Example
Text Example
White with #CA16EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA16EF; }
p { color: rgb(202,22,239); }
H1.HeaderClassName
{
color: #CA16EF;
}
.AnyTagClassName
{
color: #CA16EF;
}
</style>
background-color css
<style>
a { background-color: #CA16EF; }
a { background-color: rgb(202,22,239); }
div.DivClassName
{
background-color: #CA16EF;
}
.BgClassName
{
background-color: #CA16EF;
}
</style>
border-color css
<style>
span { border-color: #CA16EF; }
span { border-color: rgb(202,22,239); }
td.TdClassName
{
border-color: #CA16EF;
}
.TagClassName
{
border-color: #CA16EF;
}
</style>