Shades of Electric Purple #CA14ED
Tints of Electric Purple #CA14ED
RGB
CMYK
RGB Variations
Color information
#CA14ED (or 0xCA14ED) is known color: Electric Purple. HEX triplet: CA, 14 and ED. RGB value is (202,20,237). Sum of RGB (Red+Green+Blue) = 202+20+237=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 20 (8.20% from 255 or 4.36% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA14ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA14ED is #35EB12. Grayscale: #626262. Windows color (decimal): -3533587 or 15537354. OLE color: 15537354.
HSL color Cylindrical-coordinate representation of color #CA14ED: hue angle of 290.32º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA14ED is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 20 | 237 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.07 |
| HSL | 290.32º | 0.86% | 0.5% | - |
| HSV(B) | 290.32º | 0.92% | 0.93% | - |
| XYZ | 39.89 | 19.17 | 81.72 | - |
| YUV | 99.16 | 205.8 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 237 | 0.15 | 0.92 | 0 | 0.07 | 290.32 | 0.86 | 0.5 |
| Hex | CA | 14 | ED | F | 5C | 0 | 7 | 122 | 56 | 32 |
| Octal | 312 | 24 | 355 | 17 | 134 | 0 | 7 | 442 | 126 | 62 |
| Binary | 11001010 | 10100 | 11101101 | 1111 | 1011100 | 0 | 111 | 100100010 | 1010110 | 110010 |
Color Harmonies of #CA14ED
Complementary color
Monochromatic Colors of #CA14ED
Black with #CA14ED
Text Example
Text Example
White with #CA14ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA14ED; }
p { color: rgb(202,20,237); }
H1.HeaderClassName
{
color: #CA14ED;
}
.AnyTagClassName
{
color: #CA14ED;
}
</style>
background-color css
<style>
a { background-color: #CA14ED; }
a { background-color: rgb(202,20,237); }
div.DivClassName
{
background-color: #CA14ED;
}
.BgClassName
{
background-color: #CA14ED;
}
</style>
border-color css
<style>
span { border-color: #CA14ED; }
span { border-color: rgb(202,20,237); }
td.TdClassName
{
border-color: #CA14ED;
}
.TagClassName
{
border-color: #CA14ED;
}
</style>