Shades of Electric Purple #CA17FF
Tints of Electric Purple #CA17FF
RGB
CMYK
RGB Variations
Color information
#CA17FF (or 0xCA17FF) is known color: Electric Purple. HEX triplet: CA, 17 and FF. RGB value is (202,23,255). Sum of RGB (Red+Green+Blue) = 202+23+255=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 23 (9.38% from 255 or 4.79% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA17FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA17FF is #35E800. Grayscale: #666666. Windows color (decimal): -3532801 or 16717770. OLE color: 16717770.
HSL color Cylindrical-coordinate representation of color #CA17FF: hue angle of 286.29º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA17FF is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 23 | 255 | - |
| CMYK | 0.21 | 0.91 | 0 | 0 |
| HSL | 286.29º | 1% | 0.55% | - |
| HSV(B) | 286.29º | 0.91% | 1% | - |
| XYZ | 42.71 | 20.39 | 96.29 | - |
| YUV | 102.97 | 213.8 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 255 | 0.21 | 0.91 | 0 | 0 | 286.29 | 1 | 0.55 |
| Hex | CA | 17 | FF | 15 | 5B | 0 | 0 | 11E | 64 | 37 |
| Octal | 312 | 27 | 377 | 25 | 133 | 0 | 0 | 436 | 144 | 67 |
| Binary | 11001010 | 10111 | 11111111 | 10101 | 1011011 | 0 | 0 | 100011110 | 1100100 | 110111 |
Color Harmonies of #CA17FF
Complementary color
Monochromatic Colors of #CA17FF
Black with #CA17FF
Text Example
Text Example
White with #CA17FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA17FF; }
p { color: rgb(202,23,255); }
H1.HeaderClassName
{
color: #CA17FF;
}
.AnyTagClassName
{
color: #CA17FF;
}
</style>
background-color css
<style>
a { background-color: #CA17FF; }
a { background-color: rgb(202,23,255); }
div.DivClassName
{
background-color: #CA17FF;
}
.BgClassName
{
background-color: #CA17FF;
}
</style>
border-color css
<style>
span { border-color: #CA17FF; }
span { border-color: rgb(202,23,255); }
td.TdClassName
{
border-color: #CA17FF;
}
.TagClassName
{
border-color: #CA17FF;
}
</style>