Shades of Electric Purple #CA17FC
Tints of Electric Purple #CA17FC
RGB
CMYK
RGB Variations
Color information
#CA17FC (or 0xCA17FC) is known color: Electric Purple. HEX triplet: CA, 17 and FC. RGB value is (202,23,252). Sum of RGB (Red+Green+Blue) = 202+23+252=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 23 (9.38% from 255 or 4.82% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA17FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA17FC is #35E803. Grayscale: #656565. Windows color (decimal): -3532804 or 16521162. OLE color: 16521162.
HSL color Cylindrical-coordinate representation of color #CA17FC: hue angle of 286.9º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA17FC is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 23 | 252 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.01 |
| HSL | 286.9º | 0.97% | 0.54% | - |
| HSV(B) | 286.9º | 0.91% | 0.99% | - |
| XYZ | 42.23 | 20.2 | 93.77 | - |
| YUV | 102.63 | 212.3 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 252 | 0.20 | 0.91 | 0 | 0.01 | 286.9 | 0.97 | 0.54 |
| Hex | CA | 17 | FC | 14 | 5B | 0 | 1 | 11F | 61 | 36 |
| Octal | 312 | 27 | 374 | 24 | 133 | 0 | 1 | 437 | 141 | 66 |
| Binary | 11001010 | 10111 | 11111100 | 10100 | 1011011 | 0 | 1 | 100011111 | 1100001 | 110110 |
Color Harmonies of #CA17FC
Complementary color
Monochromatic Colors of #CA17FC
Black with #CA17FC
Text Example
Text Example
White with #CA17FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA17FC; }
p { color: rgb(202,23,252); }
H1.HeaderClassName
{
color: #CA17FC;
}
.AnyTagClassName
{
color: #CA17FC;
}
</style>
background-color css
<style>
a { background-color: #CA17FC; }
a { background-color: rgb(202,23,252); }
div.DivClassName
{
background-color: #CA17FC;
}
.BgClassName
{
background-color: #CA17FC;
}
</style>
border-color css
<style>
span { border-color: #CA17FC; }
span { border-color: rgb(202,23,252); }
td.TdClassName
{
border-color: #CA17FC;
}
.TagClassName
{
border-color: #CA17FC;
}
</style>