Shades of Electric Purple #CD16FF
Tints of Electric Purple #CD16FF
RGB
CMYK
RGB Variations
Color information
#CD16FF (or 0xCD16FF) is known color: Electric Purple. HEX triplet: CD, 16 and FF. RGB value is (205,22,255). Sum of RGB (Red+Green+Blue) = 205+22+255=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 22 (8.98% from 255 or 4.56% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD16FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD16FF is #32E900. Grayscale: #666666. Windows color (decimal): -3336449 or 16717517. OLE color: 16717517.
HSL color Cylindrical-coordinate representation of color #CD16FF: hue angle of 287.12º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD16FF is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 22 | 255 | - |
| CMYK | 0.20 | 0.91 | 0 | 0 |
| HSL | 287.12º | 1% | 0.54% | - |
| HSV(B) | 287.12º | 0.91% | 1% | - |
| XYZ | 43.51 | 20.77 | 96.32 | - |
| YUV | 103.28 | 213.63 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 22 | 255 | 0.20 | 0.91 | 0 | 0 | 287.12 | 1 | 0.54 |
| Hex | CD | 16 | FF | 14 | 5B | 0 | 0 | 11F | 64 | 36 |
| Octal | 315 | 26 | 377 | 24 | 133 | 0 | 0 | 437 | 144 | 66 |
| Binary | 11001101 | 10110 | 11111111 | 10100 | 1011011 | 0 | 0 | 100011111 | 1100100 | 110110 |
Color Harmonies of #CD16FF
Complementary color
Monochromatic Colors of #CD16FF
Black with #CD16FF
Text Example
Text Example
White with #CD16FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD16FF; }
p { color: rgb(205,22,255); }
H1.HeaderClassName
{
color: #CD16FF;
}
.AnyTagClassName
{
color: #CD16FF;
}
</style>
background-color css
<style>
a { background-color: #CD16FF; }
a { background-color: rgb(205,22,255); }
div.DivClassName
{
background-color: #CD16FF;
}
.BgClassName
{
background-color: #CD16FF;
}
</style>
border-color css
<style>
span { border-color: #CD16FF; }
span { border-color: rgb(205,22,255); }
td.TdClassName
{
border-color: #CD16FF;
}
.TagClassName
{
border-color: #CD16FF;
}
</style>