Shades of Electric Purple #CA00EF
Tints of Electric Purple #CA00EF
RGB
CMYK
RGB Variations
Color information
#CA00EF (or 0xCA00EF) is known color: Electric Purple. HEX triplet: CA, 00 and EF. RGB value is (202,0,239). Sum of RGB (Red+Green+Blue) = 202+0+239=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA00EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA00EF is #35FF10. Grayscale: #565656. Windows color (decimal): -3538705 or 15663306. OLE color: 15663306.
HSL color Cylindrical-coordinate representation of color #CA00EF: hue angle of 290.71º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA00EF is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 0 | 239 | - |
| CMYK | 0.15 | 1 | 0 | 0.06 |
| HSL | 290.71º | 1% | 0.47% | - |
| HSV(B) | 290.71º | 1% | 0.94% | - |
| XYZ | 39.94 | 18.79 | 83.18 | - |
| YUV | 87.64 | 213.42 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 239 | 0.15 | 1 | 0 | 0.06 | 290.71 | 1 | 0.47 |
| Hex | CA | 0 | EF | F | 64 | 0 | 6 | 123 | 64 | 2F |
| Octal | 312 | 0 | 357 | 17 | 144 | 0 | 6 | 443 | 144 | 57 |
| Binary | 11001010 | 0 | 11101111 | 1111 | 1100100 | 0 | 110 | 100100011 | 1100100 | 101111 |
Color Harmonies of #CA00EF
Complementary color
Monochromatic Colors of #CA00EF
Black with #CA00EF
Text Example
Text Example
White with #CA00EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA00EF; }
p { color: rgb(202,0,239); }
H1.HeaderClassName
{
color: #CA00EF;
}
.AnyTagClassName
{
color: #CA00EF;
}
</style>
background-color css
<style>
a { background-color: #CA00EF; }
a { background-color: rgb(202,0,239); }
div.DivClassName
{
background-color: #CA00EF;
}
.BgClassName
{
background-color: #CA00EF;
}
</style>
border-color css
<style>
span { border-color: #CA00EF; }
span { border-color: rgb(202,0,239); }
td.TdClassName
{
border-color: #CA00EF;
}
.TagClassName
{
border-color: #CA00EF;
}
</style>