Shades of Electric Purple #CD16F0
Tints of Electric Purple #CD16F0
RGB
CMYK
RGB Variations
Color information
#CD16F0 (or 0xCD16F0) is known color: Electric Purple. HEX triplet: CD, 16 and F0. RGB value is (205,22,240). Sum of RGB (Red+Green+Blue) = 205+22+240=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 22 (8.98% from 255 or 4.71% from 467); Blue value is 240 (94.14% from 255 or 51.39% from 467); Max value from RGB is 240 - color contains mainly: blue. Hex color #CD16F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD16F0 is #32E90F. Grayscale: #646464. Windows color (decimal): -3336464 or 15734477. OLE color: 15734477.
HSL color Cylindrical-coordinate representation of color #CD16F0: hue angle of 290.37º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD16F0 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 22 | 240 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.06 |
| HSL | 290.37º | 0.88% | 0.51% | - |
| HSV(B) | 290.37º | 0.91% | 0.94% | - |
| XYZ | 41.19 | 19.84 | 84.1 | - |
| YUV | 101.57 | 206.13 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 22 | 240 | 0.15 | 0.91 | 0 | 0.06 | 290.37 | 0.88 | 0.51 |
| Hex | CD | 16 | F0 | F | 5B | 0 | 6 | 122 | 58 | 33 |
| Octal | 315 | 26 | 360 | 17 | 133 | 0 | 6 | 442 | 130 | 63 |
| Binary | 11001101 | 10110 | 11110000 | 1111 | 1011011 | 0 | 110 | 100100010 | 1011000 | 110011 |
Color Harmonies of #CD16F0
Complementary color
Monochromatic Colors of #CD16F0
Black with #CD16F0
Text Example
Text Example
White with #CD16F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD16F0; }
p { color: rgb(205,22,240); }
H1.HeaderClassName
{
color: #CD16F0;
}
.AnyTagClassName
{
color: #CD16F0;
}
</style>
background-color css
<style>
a { background-color: #CD16F0; }
a { background-color: rgb(205,22,240); }
div.DivClassName
{
background-color: #CD16F0;
}
.BgClassName
{
background-color: #CD16F0;
}
</style>
border-color css
<style>
span { border-color: #CD16F0; }
span { border-color: rgb(205,22,240); }
td.TdClassName
{
border-color: #CD16F0;
}
.TagClassName
{
border-color: #CD16F0;
}
</style>