Shades of Heliotrope #D06CFF
Tints of Heliotrope #D06CFF
RGB
CMYK
RGB Variations
Color information
#D06CFF (or 0xD06CFF) is known color: Heliotrope. HEX triplet: D0, 6C and FF. RGB value is (208,108,255). Sum of RGB (Red+Green+Blue) = 208+108+255=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 108 (42.58% from 255 or 18.91% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #D06CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06CFF is #2F9300. Grayscale: #9A9A9A. Windows color (decimal): -3117825 or 16739536. OLE color: 16739536.
HSL color Cylindrical-coordinate representation of color #D06CFF: hue angle of 280.82º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D06CFF is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 108 | 255 | - |
| CMYK | 0.18 | 0.58 | 0 | 0 |
| HSL | 280.82º | 1% | 0.71% | - |
| HSV(B) | 280.82º | 0.58% | 1% | - |
| XYZ | 49.42 | 31.36 | 98.05 | - |
| YUV | 154.66 | 184.63 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 255 | 0.18 | 0.58 | 0 | 0 | 280.82 | 1 | 0.71 |
| Hex | D0 | 6C | FF | 12 | 3A | 0 | 0 | 119 | 64 | 47 |
| Octal | 320 | 154 | 377 | 22 | 72 | 0 | 0 | 431 | 144 | 107 |
| Binary | 11010000 | 1101100 | 11111111 | 10010 | 111010 | 0 | 0 | 100011001 | 1100100 | 1000111 |
Color Harmonies of #D06CFF
Complementary color
Monochromatic Colors of #D06CFF
Black with #D06CFF
Text Example
Text Example
White with #D06CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06CFF; }
p { color: rgb(208,108,255); }
H1.HeaderClassName
{
color: #D06CFF;
}
.AnyTagClassName
{
color: #D06CFF;
}
</style>
background-color css
<style>
a { background-color: #D06CFF; }
a { background-color: rgb(208,108,255); }
div.DivClassName
{
background-color: #D06CFF;
}
.BgClassName
{
background-color: #D06CFF;
}
</style>
border-color css
<style>
span { border-color: #D06CFF; }
span { border-color: rgb(208,108,255); }
td.TdClassName
{
border-color: #D06CFF;
}
.TagClassName
{
border-color: #D06CFF;
}
</style>