Shades of Electric Purple #CA17FA
Tints of Electric Purple #CA17FA
RGB
CMYK
RGB Variations
Color information
#CA17FA (or 0xCA17FA) is known color: Electric Purple. HEX triplet: CA, 17 and FA. RGB value is (202,23,250). Sum of RGB (Red+Green+Blue) = 202+23+250=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 23 (9.38% from 255 or 4.84% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA17FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA17FA is #35E805. Grayscale: #656565. Windows color (decimal): -3532806 or 16390090. OLE color: 16390090.
HSL color Cylindrical-coordinate representation of color #CA17FA: hue angle of 287.31º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA17FA is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 23 | 250 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.02 |
| HSL | 287.31º | 0.96% | 0.54% | - |
| HSV(B) | 287.31º | 0.91% | 0.98% | - |
| XYZ | 41.92 | 20.07 | 92.11 | - |
| YUV | 102.4 | 211.3 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 250 | 0.19 | 0.91 | 0 | 0.02 | 287.31 | 0.96 | 0.54 |
| Hex | CA | 17 | FA | 13 | 5B | 0 | 2 | 11F | 60 | 36 |
| Octal | 312 | 27 | 372 | 23 | 133 | 0 | 2 | 437 | 140 | 66 |
| Binary | 11001010 | 10111 | 11111010 | 10011 | 1011011 | 0 | 10 | 100011111 | 1100000 | 110110 |
Color Harmonies of #CA17FA
Complementary color
Monochromatic Colors of #CA17FA
Black with #CA17FA
Text Example
Text Example
White with #CA17FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA17FA; }
p { color: rgb(202,23,250); }
H1.HeaderClassName
{
color: #CA17FA;
}
.AnyTagClassName
{
color: #CA17FA;
}
</style>
background-color css
<style>
a { background-color: #CA17FA; }
a { background-color: rgb(202,23,250); }
div.DivClassName
{
background-color: #CA17FA;
}
.BgClassName
{
background-color: #CA17FA;
}
</style>
border-color css
<style>
span { border-color: #CA17FA; }
span { border-color: rgb(202,23,250); }
td.TdClassName
{
border-color: #CA17FA;
}
.TagClassName
{
border-color: #CA17FA;
}
</style>