Shades of Electric Purple #CD00FE
Tints of Electric Purple #CD00FE
RGB
CMYK
RGB Variations
Color information
#CD00FE (or 0xCD00FE) is known color: Electric Purple. HEX triplet: CD, 00 and FE. RGB value is (205,0,254). Sum of RGB (Red+Green+Blue) = 205+0+254=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 0 (0.39% from 255 or 0% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD00FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD00FE is #32FF01. Grayscale: #595959. Windows color (decimal): -3342082 or 16646349. OLE color: 16646349.
HSL color Cylindrical-coordinate representation of color #CD00FE: hue angle of 288.43º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD00FE is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 0 | 254 | - |
| CMYK | 0.19 | 1 | 0 | 0.00 |
| HSL | 288.43º | 1% | 0.5% | - |
| HSV(B) | 288.43º | 1% | 1% | - |
| XYZ | 43.07 | 20.13 | 95.38 | - |
| YUV | 90.25 | 220.42 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 254 | 0.19 | 1 | 0 | 0.00 | 288.43 | 1 | 0.5 |
| Hex | CD | 0 | FE | 13 | 64 | 0 | 0 | 120 | 64 | 32 |
| Octal | 315 | 0 | 376 | 23 | 144 | 0 | 0 | 440 | 144 | 62 |
| Binary | 11001101 | 0 | 11111110 | 10011 | 1100100 | 0 | 0 | 100100000 | 1100100 | 110010 |
Color Harmonies of #CD00FE
Complementary color
Monochromatic Colors of #CD00FE
Black with #CD00FE
Text Example
Text Example
White with #CD00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD00FE; }
p { color: rgb(205,0,254); }
H1.HeaderClassName
{
color: #CD00FE;
}
.AnyTagClassName
{
color: #CD00FE;
}
</style>
background-color css
<style>
a { background-color: #CD00FE; }
a { background-color: rgb(205,0,254); }
div.DivClassName
{
background-color: #CD00FE;
}
.BgClassName
{
background-color: #CD00FE;
}
</style>
border-color css
<style>
span { border-color: #CD00FE; }
span { border-color: rgb(205,0,254); }
td.TdClassName
{
border-color: #CD00FE;
}
.TagClassName
{
border-color: #CD00FE;
}
</style>