Shades of Electric Purple #CD0FFE
Tints of Electric Purple #CD0FFE
RGB
CMYK
RGB Variations
Color information
#CD0FFE (or 0xCD0FFE) is known color: Electric Purple. HEX triplet: CD, 0F and FE. RGB value is (205,15,254). Sum of RGB (Red+Green+Blue) = 205+15+254=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 15 (6.25% from 255 or 3.16% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD0FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD0FFE is #32F001. Grayscale: #626262. Windows color (decimal): -3338242 or 16650189. OLE color: 16650189.
HSL color Cylindrical-coordinate representation of color #CD0FFE: hue angle of 287.7º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0FFE is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 15 | 254 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.00 |
| HSL | 287.7º | 0.99% | 0.53% | - |
| HSV(B) | 287.7º | 0.94% | 1% | - |
| XYZ | 43.24 | 20.48 | 95.44 | - |
| YUV | 99.06 | 215.45 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 15 | 254 | 0.19 | 0.94 | 0 | 0.00 | 287.7 | 0.99 | 0.53 |
| Hex | CD | F | FE | 13 | 5E | 0 | 0 | 120 | 63 | 35 |
| Octal | 315 | 17 | 376 | 23 | 136 | 0 | 0 | 440 | 143 | 65 |
| Binary | 11001101 | 1111 | 11111110 | 10011 | 1011110 | 0 | 0 | 100100000 | 1100011 | 110101 |
Color Harmonies of #CD0FFE
Complementary color
Monochromatic Colors of #CD0FFE
Black with #CD0FFE
Text Example
Text Example
White with #CD0FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0FFE; }
p { color: rgb(205,15,254); }
H1.HeaderClassName
{
color: #CD0FFE;
}
.AnyTagClassName
{
color: #CD0FFE;
}
</style>
background-color css
<style>
a { background-color: #CD0FFE; }
a { background-color: rgb(205,15,254); }
div.DivClassName
{
background-color: #CD0FFE;
}
.BgClassName
{
background-color: #CD0FFE;
}
</style>
border-color css
<style>
span { border-color: #CD0FFE; }
span { border-color: rgb(205,15,254); }
td.TdClassName
{
border-color: #CD0FFE;
}
.TagClassName
{
border-color: #CD0FFE;
}
</style>