Shades of Electric Purple #CD16F7
Tints of Electric Purple #CD16F7
RGB
CMYK
RGB Variations
Color information
#CD16F7 (or 0xCD16F7) is known color: Electric Purple. HEX triplet: CD, 16 and F7. RGB value is (205,22,247). Sum of RGB (Red+Green+Blue) = 205+22+247=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 22 (8.98% from 255 or 4.64% from 474); Blue value is 247 (96.88% from 255 or 52.11% from 474); Max value from RGB is 247 - color contains mainly: blue. Hex color #CD16F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD16F7 is #32E908. Grayscale: #656565. Windows color (decimal): -3336457 or 16193229. OLE color: 16193229.
HSL color Cylindrical-coordinate representation of color #CD16F7: hue angle of 288.8º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD16F7 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 22 | 247 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.03 |
| HSL | 288.8º | 0.93% | 0.53% | - |
| HSV(B) | 288.8º | 0.91% | 0.97% | - |
| XYZ | 42.25 | 20.27 | 89.68 | - |
| YUV | 102.37 | 209.63 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 22 | 247 | 0.17 | 0.91 | 0 | 0.03 | 288.8 | 0.93 | 0.53 |
| Hex | CD | 16 | F7 | 11 | 5B | 0 | 3 | 121 | 5D | 35 |
| Octal | 315 | 26 | 367 | 21 | 133 | 0 | 3 | 441 | 135 | 65 |
| Binary | 11001101 | 10110 | 11110111 | 10001 | 1011011 | 0 | 11 | 100100001 | 1011101 | 110101 |
Color Harmonies of #CD16F7
Complementary color
Monochromatic Colors of #CD16F7
Black with #CD16F7
Text Example
Text Example
White with #CD16F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD16F7; }
p { color: rgb(205,22,247); }
H1.HeaderClassName
{
color: #CD16F7;
}
.AnyTagClassName
{
color: #CD16F7;
}
</style>
background-color css
<style>
a { background-color: #CD16F7; }
a { background-color: rgb(205,22,247); }
div.DivClassName
{
background-color: #CD16F7;
}
.BgClassName
{
background-color: #CD16F7;
}
</style>
border-color css
<style>
span { border-color: #CD16F7; }
span { border-color: rgb(205,22,247); }
td.TdClassName
{
border-color: #CD16F7;
}
.TagClassName
{
border-color: #CD16F7;
}
</style>