Shades of Electric Purple #CA17FB
Tints of Electric Purple #CA17FB
RGB
CMYK
RGB Variations
Color information
#CA17FB (or 0xCA17FB) is known color: Electric Purple. HEX triplet: CA, 17 and FB. RGB value is (202,23,251). Sum of RGB (Red+Green+Blue) = 202+23+251=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 23 (9.38% from 255 or 4.83% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA17FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA17FB is #35E804. Grayscale: #656565. Windows color (decimal): -3532805 or 16455626. OLE color: 16455626.
HSL color Cylindrical-coordinate representation of color #CA17FB: hue angle of 287.11º degrees, saturation: 0.97, 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 #CA17FB is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 23 | 251 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.02 |
| HSL | 287.11º | 0.97% | 0.54% | - |
| HSV(B) | 287.11º | 0.91% | 0.98% | - |
| XYZ | 42.08 | 20.13 | 92.94 | - |
| YUV | 102.51 | 211.8 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 251 | 0.20 | 0.91 | 0 | 0.02 | 287.11 | 0.97 | 0.54 |
| Hex | CA | 17 | FB | 14 | 5B | 0 | 2 | 11F | 61 | 36 |
| Octal | 312 | 27 | 373 | 24 | 133 | 0 | 2 | 437 | 141 | 66 |
| Binary | 11001010 | 10111 | 11111011 | 10100 | 1011011 | 0 | 10 | 100011111 | 1100001 | 110110 |
Color Harmonies of #CA17FB
Complementary color
Monochromatic Colors of #CA17FB
Black with #CA17FB
Text Example
Text Example
White with #CA17FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA17FB; }
p { color: rgb(202,23,251); }
H1.HeaderClassName
{
color: #CA17FB;
}
.AnyTagClassName
{
color: #CA17FB;
}
</style>
background-color css
<style>
a { background-color: #CA17FB; }
a { background-color: rgb(202,23,251); }
div.DivClassName
{
background-color: #CA17FB;
}
.BgClassName
{
background-color: #CA17FB;
}
</style>
border-color css
<style>
span { border-color: #CA17FB; }
span { border-color: rgb(202,23,251); }
td.TdClassName
{
border-color: #CA17FB;
}
.TagClassName
{
border-color: #CA17FB;
}
</style>