Shades of Heliotrope #D06CF4
Tints of Heliotrope #D06CF4
RGB
CMYK
RGB Variations
Color information
#D06CF4 (or 0xD06CF4) is known color: Heliotrope. HEX triplet: D0, 6C and F4. RGB value is (208,108,244). Sum of RGB (Red+Green+Blue) = 208+108+244=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 108 (42.58% from 255 or 19.29% from 560); Blue value is 244 (95.70% from 255 or 43.57% from 560); Max value from RGB is 244 - color contains mainly: blue. Hex color #D06CF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06CF4 is #2F930B. Grayscale: #989898. Windows color (decimal): -3117836 or 16018640. OLE color: 16018640.
HSL color Cylindrical-coordinate representation of color #D06CF4: hue angle of 284.12º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D06CF4 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 108 | 244 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.04 |
| HSL | 284.12º | 0.86% | 0.69% | - |
| HSV(B) | 284.12º | 0.56% | 0.96% | - |
| XYZ | 47.7 | 30.67 | 88.99 | - |
| YUV | 153.4 | 179.13 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 244 | 0.15 | 0.56 | 0 | 0.04 | 284.12 | 0.86 | 0.69 |
| Hex | D0 | 6C | F4 | F | 38 | 0 | 4 | 11C | 56 | 45 |
| Octal | 320 | 154 | 364 | 17 | 70 | 0 | 4 | 434 | 126 | 105 |
| Binary | 11010000 | 1101100 | 11110100 | 1111 | 111000 | 0 | 100 | 100011100 | 1010110 | 1000101 |
Color Harmonies of #D06CF4
Complementary color
Monochromatic Colors of #D06CF4
Black with #D06CF4
Text Example
Text Example
White with #D06CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06CF4; }
p { color: rgb(208,108,244); }
H1.HeaderClassName
{
color: #D06CF4;
}
.AnyTagClassName
{
color: #D06CF4;
}
</style>
background-color css
<style>
a { background-color: #D06CF4; }
a { background-color: rgb(208,108,244); }
div.DivClassName
{
background-color: #D06CF4;
}
.BgClassName
{
background-color: #D06CF4;
}
</style>
border-color css
<style>
span { border-color: #D06CF4; }
span { border-color: rgb(208,108,244); }
td.TdClassName
{
border-color: #D06CF4;
}
.TagClassName
{
border-color: #D06CF4;
}
</style>