Shades of Electric Purple #CD0EFC
Tints of Electric Purple #CD0EFC
RGB
CMYK
RGB Variations
Color information
#CD0EFC (or 0xCD0EFC) is known color: Electric Purple. HEX triplet: CD, 0E and FC. RGB value is (205,14,252). Sum of RGB (Red+Green+Blue) = 205+14+252=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 14 (5.86% from 255 or 2.97% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #CD0EFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD0EFC is #32F103. Grayscale: #616161. Windows color (decimal): -3338500 or 16518861. OLE color: 16518861.
HSL color Cylindrical-coordinate representation of color #CD0EFC: hue angle of 288.15º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0EFC is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 14 | 252 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.01 |
| HSL | 288.15º | 0.98% | 0.52% | - |
| HSV(B) | 288.15º | 0.94% | 0.99% | - |
| XYZ | 42.9 | 20.32 | 93.76 | - |
| YUV | 98.24 | 214.78 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 14 | 252 | 0.19 | 0.94 | 0 | 0.01 | 288.15 | 0.98 | 0.52 |
| Hex | CD | E | FC | 13 | 5E | 0 | 1 | 120 | 62 | 34 |
| Octal | 315 | 16 | 374 | 23 | 136 | 0 | 1 | 440 | 142 | 64 |
| Binary | 11001101 | 1110 | 11111100 | 10011 | 1011110 | 0 | 1 | 100100000 | 1100010 | 110100 |
Color Harmonies of #CD0EFC
Complementary color
Monochromatic Colors of #CD0EFC
Black with #CD0EFC
Text Example
Text Example
White with #CD0EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0EFC; }
p { color: rgb(205,14,252); }
H1.HeaderClassName
{
color: #CD0EFC;
}
.AnyTagClassName
{
color: #CD0EFC;
}
</style>
background-color css
<style>
a { background-color: #CD0EFC; }
a { background-color: rgb(205,14,252); }
div.DivClassName
{
background-color: #CD0EFC;
}
.BgClassName
{
background-color: #CD0EFC;
}
</style>
border-color css
<style>
span { border-color: #CD0EFC; }
span { border-color: rgb(205,14,252); }
td.TdClassName
{
border-color: #CD0EFC;
}
.TagClassName
{
border-color: #CD0EFC;
}
</style>