Shades of Electric Purple #CD16F5
Tints of Electric Purple #CD16F5
RGB
CMYK
RGB Variations
Color information
#CD16F5 (or 0xCD16F5) is known color: Electric Purple. HEX triplet: CD, 16 and F5. RGB value is (205,22,245). Sum of RGB (Red+Green+Blue) = 205+22+245=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 22 (8.98% from 255 or 4.66% from 472); Blue value is 245 (96.09% from 255 or 51.91% from 472); Max value from RGB is 245 - color contains mainly: blue. Hex color #CD16F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD16F5 is #32E90A. Grayscale: #656565. Windows color (decimal): -3336459 or 16062157. OLE color: 16062157.
HSL color Cylindrical-coordinate representation of color #CD16F5: hue angle of 289.24º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD16F5 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 22 | 245 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.04 |
| HSL | 289.24º | 0.92% | 0.52% | - |
| HSV(B) | 289.24º | 0.91% | 0.96% | - |
| XYZ | 41.95 | 20.15 | 88.06 | - |
| YUV | 102.14 | 208.63 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 22 | 245 | 0.16 | 0.91 | 0 | 0.04 | 289.24 | 0.92 | 0.52 |
| Hex | CD | 16 | F5 | 10 | 5B | 0 | 4 | 121 | 5C | 34 |
| Octal | 315 | 26 | 365 | 20 | 133 | 0 | 4 | 441 | 134 | 64 |
| Binary | 11001101 | 10110 | 11110101 | 10000 | 1011011 | 0 | 100 | 100100001 | 1011100 | 110100 |
Color Harmonies of #CD16F5
Complementary color
Monochromatic Colors of #CD16F5
Black with #CD16F5
Text Example
Text Example
White with #CD16F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD16F5; }
p { color: rgb(205,22,245); }
H1.HeaderClassName
{
color: #CD16F5;
}
.AnyTagClassName
{
color: #CD16F5;
}
</style>
background-color css
<style>
a { background-color: #CD16F5; }
a { background-color: rgb(205,22,245); }
div.DivClassName
{
background-color: #CD16F5;
}
.BgClassName
{
background-color: #CD16F5;
}
</style>
border-color css
<style>
span { border-color: #CD16F5; }
span { border-color: rgb(205,22,245); }
td.TdClassName
{
border-color: #CD16F5;
}
.TagClassName
{
border-color: #CD16F5;
}
</style>