Shades of Electric Purple #CA1CE9
Tints of Electric Purple #CA1CE9
RGB
CMYK
RGB Variations
Color information
#CA1CE9 (or 0xCA1CE9) is known color: Electric Purple. HEX triplet: CA, 1C and E9. RGB value is (202,28,233). Sum of RGB (Red+Green+Blue) = 202+28+233=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 28 (11.33% from 255 or 6.05% from 463); Blue value is 233 (91.41% from 255 or 50.32% from 463); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA1CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1CE9 is #35E316. Grayscale: #666666. Windows color (decimal): -3531543 or 15277258. OLE color: 15277258.
HSL color Cylindrical-coordinate representation of color #CA1CE9: hue angle of 290.93º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1CE9 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 28 | 233 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.09 |
| HSL | 290.93º | 0.82% | 0.51% | - |
| HSV(B) | 290.93º | 0.88% | 0.91% | - |
| XYZ | 39.48 | 19.27 | 78.73 | - |
| YUV | 103.4 | 201.15 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 28 | 233 | 0.13 | 0.88 | 0 | 0.09 | 290.93 | 0.82 | 0.51 |
| Hex | CA | 1C | E9 | D | 58 | 0 | 9 | 123 | 52 | 33 |
| Octal | 312 | 34 | 351 | 15 | 130 | 0 | 11 | 443 | 122 | 63 |
| Binary | 11001010 | 11100 | 11101001 | 1101 | 1011000 | 0 | 1001 | 100100011 | 1010010 | 110011 |
Color Harmonies of #CA1CE9
Complementary color
Monochromatic Colors of #CA1CE9
Black with #CA1CE9
Text Example
Text Example
White with #CA1CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1CE9; }
p { color: rgb(202,28,233); }
H1.HeaderClassName
{
color: #CA1CE9;
}
.AnyTagClassName
{
color: #CA1CE9;
}
</style>
background-color css
<style>
a { background-color: #CA1CE9; }
a { background-color: rgb(202,28,233); }
div.DivClassName
{
background-color: #CA1CE9;
}
.BgClassName
{
background-color: #CA1CE9;
}
</style>
border-color css
<style>
span { border-color: #CA1CE9; }
span { border-color: rgb(202,28,233); }
td.TdClassName
{
border-color: #CA1CE9;
}
.TagClassName
{
border-color: #CA1CE9;
}
</style>