Shades of Electric Purple #CA1FED
Tints of Electric Purple #CA1FED
RGB
CMYK
RGB Variations
Color information
#CA1FED (or 0xCA1FED) is known color: Electric Purple. HEX triplet: CA, 1F and ED. RGB value is (202,31,237). Sum of RGB (Red+Green+Blue) = 202+31+237=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 31 (12.5% from 255 or 6.60% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA1FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1FED is #35E012. Grayscale: #686868. Windows color (decimal): -3530771 or 15540170. OLE color: 15540170.
HSL color Cylindrical-coordinate representation of color #CA1FED: hue angle of 289.81º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1FED is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 31 | 237 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.07 |
| HSL | 289.81º | 0.85% | 0.53% | - |
| HSV(B) | 289.81º | 0.87% | 0.93% | - |
| XYZ | 40.13 | 19.65 | 81.8 | - |
| YUV | 105.61 | 202.15 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 237 | 0.15 | 0.87 | 0 | 0.07 | 289.81 | 0.85 | 0.53 |
| Hex | CA | 1F | ED | F | 57 | 0 | 7 | 122 | 55 | 35 |
| Octal | 312 | 37 | 355 | 17 | 127 | 0 | 7 | 442 | 125 | 65 |
| Binary | 11001010 | 11111 | 11101101 | 1111 | 1010111 | 0 | 111 | 100100010 | 1010101 | 110101 |
Color Harmonies of #CA1FED
Complementary color
Monochromatic Colors of #CA1FED
Black with #CA1FED
Text Example
Text Example
White with #CA1FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1FED; }
p { color: rgb(202,31,237); }
H1.HeaderClassName
{
color: #CA1FED;
}
.AnyTagClassName
{
color: #CA1FED;
}
</style>
background-color css
<style>
a { background-color: #CA1FED; }
a { background-color: rgb(202,31,237); }
div.DivClassName
{
background-color: #CA1FED;
}
.BgClassName
{
background-color: #CA1FED;
}
</style>
border-color css
<style>
span { border-color: #CA1FED; }
span { border-color: rgb(202,31,237); }
td.TdClassName
{
border-color: #CA1FED;
}
.TagClassName
{
border-color: #CA1FED;
}
</style>