Shades of Electric Purple #CA0DEF
Tints of Electric Purple #CA0DEF
RGB
CMYK
RGB Variations
Color information
#CA0DEF (or 0xCA0DEF) is known color: Electric Purple. HEX triplet: CA, 0D and EF. RGB value is (202,13,239). Sum of RGB (Red+Green+Blue) = 202+13+239=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 13 (5.47% from 255 or 2.86% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA0DEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0DEF is #35F210. Grayscale: #5E5E5E. Windows color (decimal): -3535377 or 15666634. OLE color: 15666634.
HSL color Cylindrical-coordinate representation of color #CA0DEF: hue angle of 290.18º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0DEF is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 13 | 239 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.06 |
| HSL | 290.18º | 0.9% | 0.49% | - |
| HSV(B) | 290.18º | 0.95% | 0.94% | - |
| XYZ | 40.08 | 19.08 | 83.23 | - |
| YUV | 95.28 | 209.12 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 239 | 0.15 | 0.95 | 0 | 0.06 | 290.18 | 0.9 | 0.49 |
| Hex | CA | D | EF | F | 5F | 0 | 6 | 122 | 5A | 31 |
| Octal | 312 | 15 | 357 | 17 | 137 | 0 | 6 | 442 | 132 | 61 |
| Binary | 11001010 | 1101 | 11101111 | 1111 | 1011111 | 0 | 110 | 100100010 | 1011010 | 110001 |
Color Harmonies of #CA0DEF
Complementary color
Monochromatic Colors of #CA0DEF
Black with #CA0DEF
Text Example
Text Example
White with #CA0DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0DEF; }
p { color: rgb(202,13,239); }
H1.HeaderClassName
{
color: #CA0DEF;
}
.AnyTagClassName
{
color: #CA0DEF;
}
</style>
background-color css
<style>
a { background-color: #CA0DEF; }
a { background-color: rgb(202,13,239); }
div.DivClassName
{
background-color: #CA0DEF;
}
.BgClassName
{
background-color: #CA0DEF;
}
</style>
border-color css
<style>
span { border-color: #CA0DEF; }
span { border-color: rgb(202,13,239); }
td.TdClassName
{
border-color: #CA0DEF;
}
.TagClassName
{
border-color: #CA0DEF;
}
</style>