Shades of Electric Purple #CA1DED
Tints of Electric Purple #CA1DED
RGB
CMYK
RGB Variations
Color information
#CA1DED (or 0xCA1DED) is known color: Electric Purple. HEX triplet: CA, 1D and ED. RGB value is (202,29,237). Sum of RGB (Red+Green+Blue) = 202+29+237=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 29 (11.72% from 255 or 6.20% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA1DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1DED is #35E212. Grayscale: #676767. Windows color (decimal): -3531283 or 15539658. OLE color: 15539658.
HSL color Cylindrical-coordinate representation of color #CA1DED: hue angle of 289.9º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1DED is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 29 | 237 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.07 |
| HSL | 289.9º | 0.85% | 0.52% | - |
| HSV(B) | 289.9º | 0.88% | 0.93% | - |
| XYZ | 40.08 | 19.55 | 81.78 | - |
| YUV | 104.44 | 202.81 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 237 | 0.15 | 0.88 | 0 | 0.07 | 289.9 | 0.85 | 0.52 |
| Hex | CA | 1D | ED | F | 58 | 0 | 7 | 122 | 55 | 34 |
| Octal | 312 | 35 | 355 | 17 | 130 | 0 | 7 | 442 | 125 | 64 |
| Binary | 11001010 | 11101 | 11101101 | 1111 | 1011000 | 0 | 111 | 100100010 | 1010101 | 110100 |
Color Harmonies of #CA1DED
Complementary color
Monochromatic Colors of #CA1DED
Black with #CA1DED
Text Example
Text Example
White with #CA1DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1DED; }
p { color: rgb(202,29,237); }
H1.HeaderClassName
{
color: #CA1DED;
}
.AnyTagClassName
{
color: #CA1DED;
}
</style>
background-color css
<style>
a { background-color: #CA1DED; }
a { background-color: rgb(202,29,237); }
div.DivClassName
{
background-color: #CA1DED;
}
.BgClassName
{
background-color: #CA1DED;
}
</style>
border-color css
<style>
span { border-color: #CA1DED; }
span { border-color: rgb(202,29,237); }
td.TdClassName
{
border-color: #CA1DED;
}
.TagClassName
{
border-color: #CA1DED;
}
</style>