Shades of Heliotrope #CD5CFF
Tints of Heliotrope #CD5CFF
RGB
CMYK
RGB Variations
Color information
#CD5CFF (or 0xCD5CFF) is known color: Heliotrope. HEX triplet: CD, 5C and FF. RGB value is (205,92,255). Sum of RGB (Red+Green+Blue) = 205+92+255=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 92 (36.33% from 255 or 16.67% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD5CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD5CFF is #32A300. Grayscale: #8F8F8F. Windows color (decimal): -3318529 or 16735437. OLE color: 16735437.
HSL color Cylindrical-coordinate representation of color #CD5CFF: hue angle of 281.6º 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 #CD5CFF is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 92 | 255 | - |
| CMYK | 0.20 | 0.64 | 0 | 0 |
| HSL | 281.6º | 1% | 0.68% | - |
| HSV(B) | 281.6º | 0.64% | 1% | - |
| XYZ | 47.05 | 27.85 | 97.5 | - |
| YUV | 144.37 | 190.44 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 92 | 255 | 0.20 | 0.64 | 0 | 0 | 281.6 | 1 | 0.68 |
| Hex | CD | 5C | FF | 14 | 40 | 0 | 0 | 11A | 64 | 44 |
| Octal | 315 | 134 | 377 | 24 | 100 | 0 | 0 | 432 | 144 | 104 |
| Binary | 11001101 | 1011100 | 11111111 | 10100 | 1000000 | 0 | 0 | 100011010 | 1100100 | 1000100 |
Color Harmonies of #CD5CFF
Complementary color
Monochromatic Colors of #CD5CFF
Black with #CD5CFF
Text Example
Text Example
White with #CD5CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5CFF; }
p { color: rgb(205,92,255); }
H1.HeaderClassName
{
color: #CD5CFF;
}
.AnyTagClassName
{
color: #CD5CFF;
}
</style>
background-color css
<style>
a { background-color: #CD5CFF; }
a { background-color: rgb(205,92,255); }
div.DivClassName
{
background-color: #CD5CFF;
}
.BgClassName
{
background-color: #CD5CFF;
}
</style>
border-color css
<style>
span { border-color: #CD5CFF; }
span { border-color: rgb(205,92,255); }
td.TdClassName
{
border-color: #CD5CFF;
}
.TagClassName
{
border-color: #CD5CFF;
}
</style>