Shades of Electric Purple #CD16FE
Tints of Electric Purple #CD16FE
RGB
CMYK
RGB Variations
Color information
#CD16FE (or 0xCD16FE) is known color: Electric Purple. HEX triplet: CD, 16 and FE. RGB value is (205,22,254). Sum of RGB (Red+Green+Blue) = 205+22+254=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 22 (8.98% from 255 or 4.57% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD16FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD16FE is #32E901. Grayscale: #666666. Windows color (decimal): -3336450 or 16651981. OLE color: 16651981.
HSL color Cylindrical-coordinate representation of color #CD16FE: hue angle of 287.33º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD16FE is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 22 | 254 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.00 |
| HSL | 287.33º | 0.99% | 0.54% | - |
| HSV(B) | 287.33º | 0.91% | 1% | - |
| XYZ | 43.35 | 20.71 | 95.48 | - |
| YUV | 103.17 | 213.13 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 22 | 254 | 0.19 | 0.91 | 0 | 0.00 | 287.33 | 0.99 | 0.54 |
| Hex | CD | 16 | FE | 13 | 5B | 0 | 0 | 11F | 63 | 36 |
| Octal | 315 | 26 | 376 | 23 | 133 | 0 | 0 | 437 | 143 | 66 |
| Binary | 11001101 | 10110 | 11111110 | 10011 | 1011011 | 0 | 0 | 100011111 | 1100011 | 110110 |
Color Harmonies of #CD16FE
Complementary color
Monochromatic Colors of #CD16FE
Black with #CD16FE
Text Example
Text Example
White with #CD16FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD16FE; }
p { color: rgb(205,22,254); }
H1.HeaderClassName
{
color: #CD16FE;
}
.AnyTagClassName
{
color: #CD16FE;
}
</style>
background-color css
<style>
a { background-color: #CD16FE; }
a { background-color: rgb(205,22,254); }
div.DivClassName
{
background-color: #CD16FE;
}
.BgClassName
{
background-color: #CD16FE;
}
</style>
border-color css
<style>
span { border-color: #CD16FE; }
span { border-color: rgb(205,22,254); }
td.TdClassName
{
border-color: #CD16FE;
}
.TagClassName
{
border-color: #CD16FE;
}
</style>