Shades of Electric Purple #CA23ED
Tints of Electric Purple #CA23ED
RGB
CMYK
RGB Variations
Color information
#CA23ED (or 0xCA23ED) is known color: Electric Purple. HEX triplet: CA, 23 and ED. RGB value is (202,35,237). Sum of RGB (Red+Green+Blue) = 202+35+237=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 35 (14.06% from 255 or 7.38% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA23ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA23ED is #35DC12. Grayscale: #6B6B6B. Windows color (decimal): -3529747 or 15541194. OLE color: 15541194.
HSL color Cylindrical-coordinate representation of color #CA23ED: hue angle of 289.6º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA23ED is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 35 | 237 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.07 |
| HSL | 289.6º | 0.85% | 0.53% | - |
| HSV(B) | 289.6º | 0.85% | 0.93% | - |
| XYZ | 40.24 | 19.87 | 81.84 | - |
| YUV | 107.96 | 200.83 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 237 | 0.15 | 0.85 | 0 | 0.07 | 289.6 | 0.85 | 0.53 |
| Hex | CA | 23 | ED | F | 55 | 0 | 7 | 122 | 55 | 35 |
| Octal | 312 | 43 | 355 | 17 | 125 | 0 | 7 | 442 | 125 | 65 |
| Binary | 11001010 | 100011 | 11101101 | 1111 | 1010101 | 0 | 111 | 100100010 | 1010101 | 110101 |
Color Harmonies of #CA23ED
Complementary color
Monochromatic Colors of #CA23ED
Black with #CA23ED
Text Example
Text Example
White with #CA23ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA23ED; }
p { color: rgb(202,35,237); }
H1.HeaderClassName
{
color: #CA23ED;
}
.AnyTagClassName
{
color: #CA23ED;
}
</style>
background-color css
<style>
a { background-color: #CA23ED; }
a { background-color: rgb(202,35,237); }
div.DivClassName
{
background-color: #CA23ED;
}
.BgClassName
{
background-color: #CA23ED;
}
</style>
border-color css
<style>
span { border-color: #CA23ED; }
span { border-color: rgb(202,35,237); }
td.TdClassName
{
border-color: #CA23ED;
}
.TagClassName
{
border-color: #CA23ED;
}
</style>