Shades of Electric Purple #CA17EE
Tints of Electric Purple #CA17EE
RGB
CMYK
RGB Variations
Color information
#CA17EE (or 0xCA17EE) is known color: Electric Purple. HEX triplet: CA, 17 and EE. RGB value is (202,23,238). Sum of RGB (Red+Green+Blue) = 202+23+238=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 23 (9.38% from 255 or 4.97% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA17EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA17EE is #35E811. Grayscale: #646464. Windows color (decimal): -3532818 or 15603658. OLE color: 15603658.
HSL color Cylindrical-coordinate representation of color #CA17EE: hue angle of 289.95º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA17EE is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 23 | 238 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.07 |
| HSL | 289.95º | 0.86% | 0.51% | - |
| HSV(B) | 289.95º | 0.9% | 0.93% | - |
| XYZ | 40.1 | 19.34 | 82.51 | - |
| YUV | 101.03 | 205.3 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 238 | 0.15 | 0.90 | 0 | 0.07 | 289.95 | 0.86 | 0.51 |
| Hex | CA | 17 | EE | F | 5A | 0 | 7 | 122 | 56 | 33 |
| Octal | 312 | 27 | 356 | 17 | 132 | 0 | 7 | 442 | 126 | 63 |
| Binary | 11001010 | 10111 | 11101110 | 1111 | 1011010 | 0 | 111 | 100100010 | 1010110 | 110011 |
Color Harmonies of #CA17EE
Complementary color
Monochromatic Colors of #CA17EE
Black with #CA17EE
Text Example
Text Example
White with #CA17EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA17EE; }
p { color: rgb(202,23,238); }
H1.HeaderClassName
{
color: #CA17EE;
}
.AnyTagClassName
{
color: #CA17EE;
}
</style>
background-color css
<style>
a { background-color: #CA17EE; }
a { background-color: rgb(202,23,238); }
div.DivClassName
{
background-color: #CA17EE;
}
.BgClassName
{
background-color: #CA17EE;
}
</style>
border-color css
<style>
span { border-color: #CA17EE; }
span { border-color: rgb(202,23,238); }
td.TdClassName
{
border-color: #CA17EE;
}
.TagClassName
{
border-color: #CA17EE;
}
</style>