Shades of Heliotrope #D06AFC
Tints of Heliotrope #D06AFC
RGB
CMYK
RGB Variations
Color information
#D06AFC (or 0xD06AFC) is known color: Heliotrope. HEX triplet: D0, 6A and FC. RGB value is (208,106,252). Sum of RGB (Red+Green+Blue) = 208+106+252=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 106 (41.80% from 255 or 18.73% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #D06AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06AFC is #2F9503. Grayscale: #989898. Windows color (decimal): -3118340 or 16542416. OLE color: 16542416.
HSL color Cylindrical-coordinate representation of color #D06AFC: hue angle of 281.92º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D06AFC is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 106 | 252 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.01 |
| HSL | 281.92º | 0.96% | 0.7% | - |
| HSV(B) | 281.92º | 0.58% | 0.99% | - |
| XYZ | 48.74 | 30.75 | 95.46 | - |
| YUV | 153.14 | 183.79 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 106 | 252 | 0.17 | 0.58 | 0 | 0.01 | 281.92 | 0.96 | 0.7 |
| Hex | D0 | 6A | FC | 11 | 3A | 0 | 1 | 11A | 60 | 46 |
| Octal | 320 | 152 | 374 | 21 | 72 | 0 | 1 | 432 | 140 | 106 |
| Binary | 11010000 | 1101010 | 11111100 | 10001 | 111010 | 0 | 1 | 100011010 | 1100000 | 1000110 |
Color Harmonies of #D06AFC
Complementary color
Monochromatic Colors of #D06AFC
Black with #D06AFC
Text Example
Text Example
White with #D06AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06AFC; }
p { color: rgb(208,106,252); }
H1.HeaderClassName
{
color: #D06AFC;
}
.AnyTagClassName
{
color: #D06AFC;
}
</style>
background-color css
<style>
a { background-color: #D06AFC; }
a { background-color: rgb(208,106,252); }
div.DivClassName
{
background-color: #D06AFC;
}
.BgClassName
{
background-color: #D06AFC;
}
</style>
border-color css
<style>
span { border-color: #D06AFC; }
span { border-color: rgb(208,106,252); }
td.TdClassName
{
border-color: #D06AFC;
}
.TagClassName
{
border-color: #D06AFC;
}
</style>