Shades of Electric Purple #CA17E9
Tints of Electric Purple #CA17E9
RGB
CMYK
RGB Variations
Color information
#CA17E9 (or 0xCA17E9) is known color: Electric Purple. HEX triplet: CA, 17 and E9. RGB value is (202,23,233). Sum of RGB (Red+Green+Blue) = 202+23+233=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 23 (9.38% from 255 or 5.02% from 458); Blue value is 233 (91.41% from 255 or 50.87% from 458); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA17E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA17E9 is #35E816. Grayscale: #636363. Windows color (decimal): -3532823 or 15275978. OLE color: 15275978.
HSL color Cylindrical-coordinate representation of color #CA17E9: hue angle of 291.14º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA17E9 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 23 | 233 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.09 |
| HSL | 291.14º | 0.83% | 0.5% | - |
| HSV(B) | 291.14º | 0.9% | 0.91% | - |
| XYZ | 39.37 | 19.05 | 78.69 | - |
| YUV | 100.46 | 202.8 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 233 | 0.13 | 0.90 | 0 | 0.09 | 291.14 | 0.83 | 0.5 |
| Hex | CA | 17 | E9 | D | 5A | 0 | 9 | 123 | 53 | 32 |
| Octal | 312 | 27 | 351 | 15 | 132 | 0 | 11 | 443 | 123 | 62 |
| Binary | 11001010 | 10111 | 11101001 | 1101 | 1011010 | 0 | 1001 | 100100011 | 1010011 | 110010 |
Color Harmonies of #CA17E9
Complementary color
Monochromatic Colors of #CA17E9
Black with #CA17E9
Text Example
Text Example
White with #CA17E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA17E9; }
p { color: rgb(202,23,233); }
H1.HeaderClassName
{
color: #CA17E9;
}
.AnyTagClassName
{
color: #CA17E9;
}
</style>
background-color css
<style>
a { background-color: #CA17E9; }
a { background-color: rgb(202,23,233); }
div.DivClassName
{
background-color: #CA17E9;
}
.BgClassName
{
background-color: #CA17E9;
}
</style>
border-color css
<style>
span { border-color: #CA17E9; }
span { border-color: rgb(202,23,233); }
td.TdClassName
{
border-color: #CA17E9;
}
.TagClassName
{
border-color: #CA17E9;
}
</style>