Shades of Electric Purple #CA1FEE
Tints of Electric Purple #CA1FEE
RGB
CMYK
RGB Variations
Color information
#CA1FEE (or 0xCA1FEE) is known color: Electric Purple. HEX triplet: CA, 1F and EE. RGB value is (202,31,238). Sum of RGB (Red+Green+Blue) = 202+31+238=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 31 (12.5% from 255 or 6.58% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA1FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1FEE is #35E011. Grayscale: #696969. Windows color (decimal): -3530770 or 15605706. OLE color: 15605706.
HSL color Cylindrical-coordinate representation of color #CA1FEE: hue angle of 289.57º degrees, saturation: 0.86, 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 #CA1FEE is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 31 | 238 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.07 |
| HSL | 289.57º | 0.86% | 0.53% | - |
| HSV(B) | 289.57º | 0.87% | 0.93% | - |
| XYZ | 40.28 | 19.71 | 82.57 | - |
| YUV | 105.73 | 202.65 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 238 | 0.15 | 0.87 | 0 | 0.07 | 289.57 | 0.86 | 0.53 |
| Hex | CA | 1F | EE | F | 57 | 0 | 7 | 122 | 56 | 35 |
| Octal | 312 | 37 | 356 | 17 | 127 | 0 | 7 | 442 | 126 | 65 |
| Binary | 11001010 | 11111 | 11101110 | 1111 | 1010111 | 0 | 111 | 100100010 | 1010110 | 110101 |
Color Harmonies of #CA1FEE
Complementary color
Monochromatic Colors of #CA1FEE
Black with #CA1FEE
Text Example
Text Example
White with #CA1FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1FEE; }
p { color: rgb(202,31,238); }
H1.HeaderClassName
{
color: #CA1FEE;
}
.AnyTagClassName
{
color: #CA1FEE;
}
</style>
background-color css
<style>
a { background-color: #CA1FEE; }
a { background-color: rgb(202,31,238); }
div.DivClassName
{
background-color: #CA1FEE;
}
.BgClassName
{
background-color: #CA1FEE;
}
</style>
border-color css
<style>
span { border-color: #CA1FEE; }
span { border-color: rgb(202,31,238); }
td.TdClassName
{
border-color: #CA1FEE;
}
.TagClassName
{
border-color: #CA1FEE;
}
</style>