Shades of Electric Purple #CD0FFC
Tints of Electric Purple #CD0FFC
RGB
CMYK
RGB Variations
Color information
#CD0FFC (or 0xCD0FFC) is known color: Electric Purple. HEX triplet: CD, 0F and FC. RGB value is (205,15,252). Sum of RGB (Red+Green+Blue) = 205+15+252=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 15 (6.25% from 255 or 3.18% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #CD0FFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD0FFC is #32F003. Grayscale: #626262. Windows color (decimal): -3338244 or 16519117. OLE color: 16519117.
HSL color Cylindrical-coordinate representation of color #CD0FFC: hue angle of 288.1º 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 #CD0FFC is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 15 | 252 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.01 |
| HSL | 288.1º | 0.98% | 0.52% | - |
| HSV(B) | 288.1º | 0.94% | 0.99% | - |
| XYZ | 42.92 | 20.35 | 93.76 | - |
| YUV | 98.83 | 214.45 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 15 | 252 | 0.19 | 0.94 | 0 | 0.01 | 288.1 | 0.98 | 0.52 |
| Hex | CD | F | FC | 13 | 5E | 0 | 1 | 120 | 62 | 34 |
| Octal | 315 | 17 | 374 | 23 | 136 | 0 | 1 | 440 | 142 | 64 |
| Binary | 11001101 | 1111 | 11111100 | 10011 | 1011110 | 0 | 1 | 100100000 | 1100010 | 110100 |
Color Harmonies of #CD0FFC
Complementary color
Monochromatic Colors of #CD0FFC
Black with #CD0FFC
Text Example
Text Example
White with #CD0FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0FFC; }
p { color: rgb(205,15,252); }
H1.HeaderClassName
{
color: #CD0FFC;
}
.AnyTagClassName
{
color: #CD0FFC;
}
</style>
background-color css
<style>
a { background-color: #CD0FFC; }
a { background-color: rgb(205,15,252); }
div.DivClassName
{
background-color: #CD0FFC;
}
.BgClassName
{
background-color: #CD0FFC;
}
</style>
border-color css
<style>
span { border-color: #CD0FFC; }
span { border-color: rgb(205,15,252); }
td.TdClassName
{
border-color: #CD0FFC;
}
.TagClassName
{
border-color: #CD0FFC;
}
</style>