Shades of Electric Purple #CA0FE7
Tints of Electric Purple #CA0FE7
RGB
CMYK
RGB Variations
Color information
#CA0FE7 (or 0xCA0FE7) is known color: Electric Purple. HEX triplet: CA, 0F and E7. RGB value is (202,15,231). Sum of RGB (Red+Green+Blue) = 202+15+231=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 231 (90.62% from 255 or 51.56% from 448); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA0FE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0FE7 is #35F018. Grayscale: #5E5E5E. Windows color (decimal): -3534873 or 15142858. OLE color: 15142858.
HSL color Cylindrical-coordinate representation of color #CA0FE7: hue angle of 291.94º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0FE7 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 15 | 231 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.09 |
| HSL | 291.94º | 0.88% | 0.48% | - |
| HSV(B) | 291.94º | 0.94% | 0.91% | - |
| XYZ | 38.95 | 18.67 | 77.15 | - |
| YUV | 95.54 | 204.45 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 15 | 231 | 0.13 | 0.94 | 0 | 0.09 | 291.94 | 0.88 | 0.48 |
| Hex | CA | F | E7 | D | 5E | 0 | 9 | 124 | 58 | 30 |
| Octal | 312 | 17 | 347 | 15 | 136 | 0 | 11 | 444 | 130 | 60 |
| Binary | 11001010 | 1111 | 11100111 | 1101 | 1011110 | 0 | 1001 | 100100100 | 1011000 | 110000 |
Color Harmonies of #CA0FE7
Complementary color
Monochromatic Colors of #CA0FE7
Black with #CA0FE7
Text Example
Text Example
White with #CA0FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0FE7; }
p { color: rgb(202,15,231); }
H1.HeaderClassName
{
color: #CA0FE7;
}
.AnyTagClassName
{
color: #CA0FE7;
}
</style>
background-color css
<style>
a { background-color: #CA0FE7; }
a { background-color: rgb(202,15,231); }
div.DivClassName
{
background-color: #CA0FE7;
}
.BgClassName
{
background-color: #CA0FE7;
}
</style>
border-color css
<style>
span { border-color: #CA0FE7; }
span { border-color: rgb(202,15,231); }
td.TdClassName
{
border-color: #CA0FE7;
}
.TagClassName
{
border-color: #CA0FE7;
}
</style>