Shades of Heliotrope #CD5DFF
Tints of Heliotrope #CD5DFF
RGB
CMYK
RGB Variations
Color information
#CD5DFF (or 0xCD5DFF) is known color: Heliotrope. HEX triplet: CD, 5D and FF. RGB value is (205,93,255). Sum of RGB (Red+Green+Blue) = 205+93+255=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 93 (36.72% from 255 or 16.82% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD5DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD5DFF is #32A200. Grayscale: #909090. Windows color (decimal): -3318273 or 16735693. OLE color: 16735693.
HSL color Cylindrical-coordinate representation of color #CD5DFF: hue angle of 281.48º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD5DFF is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 93 | 255 | - |
| CMYK | 0.20 | 0.64 | 0 | 0 |
| HSL | 281.48º | 1% | 0.68% | - |
| HSV(B) | 281.48º | 0.64% | 1% | - |
| XYZ | 47.14 | 28.03 | 97.53 | - |
| YUV | 144.96 | 190.11 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 93 | 255 | 0.20 | 0.64 | 0 | 0 | 281.48 | 1 | 0.68 |
| Hex | CD | 5D | FF | 14 | 40 | 0 | 0 | 119 | 64 | 44 |
| Octal | 315 | 135 | 377 | 24 | 100 | 0 | 0 | 431 | 144 | 104 |
| Binary | 11001101 | 1011101 | 11111111 | 10100 | 1000000 | 0 | 0 | 100011001 | 1100100 | 1000100 |
Color Harmonies of #CD5DFF
Complementary color
Monochromatic Colors of #CD5DFF
Black with #CD5DFF
Text Example
Text Example
White with #CD5DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5DFF; }
p { color: rgb(205,93,255); }
H1.HeaderClassName
{
color: #CD5DFF;
}
.AnyTagClassName
{
color: #CD5DFF;
}
</style>
background-color css
<style>
a { background-color: #CD5DFF; }
a { background-color: rgb(205,93,255); }
div.DivClassName
{
background-color: #CD5DFF;
}
.BgClassName
{
background-color: #CD5DFF;
}
</style>
border-color css
<style>
span { border-color: #CD5DFF; }
span { border-color: rgb(205,93,255); }
td.TdClassName
{
border-color: #CD5DFF;
}
.TagClassName
{
border-color: #CD5DFF;
}
</style>