Shades of Heliotrope #D06CF0
Tints of Heliotrope #D06CF0
RGB
CMYK
RGB Variations
Color information
#D06CF0 (or 0xD06CF0) is known color: Heliotrope. HEX triplet: D0, 6C and F0. RGB value is (208,108,240). Sum of RGB (Red+Green+Blue) = 208+108+240=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 240 - color contains mainly: blue. Hex color #D06CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06CF0 is #2F930F. Grayscale: #989898. Windows color (decimal): -3117840 or 15756496. OLE color: 15756496.
HSL color Cylindrical-coordinate representation of color #D06CF0: hue angle of 285.45º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D06CF0 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 108 | 240 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.06 |
| HSL | 285.45º | 0.81% | 0.68% | - |
| HSV(B) | 285.45º | 0.55% | 0.94% | - |
| XYZ | 47.1 | 30.43 | 85.83 | - |
| YUV | 152.95 | 177.13 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 240 | 0.13 | 0.55 | 0 | 0.06 | 285.45 | 0.81 | 0.68 |
| Hex | D0 | 6C | F0 | D | 37 | 0 | 6 | 11D | 51 | 44 |
| Octal | 320 | 154 | 360 | 15 | 67 | 0 | 6 | 435 | 121 | 104 |
| Binary | 11010000 | 1101100 | 11110000 | 1101 | 110111 | 0 | 110 | 100011101 | 1010001 | 1000100 |
Color Harmonies of #D06CF0
Complementary color
Monochromatic Colors of #D06CF0
Black with #D06CF0
Text Example
Text Example
White with #D06CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06CF0; }
p { color: rgb(208,108,240); }
H1.HeaderClassName
{
color: #D06CF0;
}
.AnyTagClassName
{
color: #D06CF0;
}
</style>
background-color css
<style>
a { background-color: #D06CF0; }
a { background-color: rgb(208,108,240); }
div.DivClassName
{
background-color: #D06CF0;
}
.BgClassName
{
background-color: #D06CF0;
}
</style>
border-color css
<style>
span { border-color: #D06CF0; }
span { border-color: rgb(208,108,240); }
td.TdClassName
{
border-color: #D06CF0;
}
.TagClassName
{
border-color: #D06CF0;
}
</style>