Shades of Heliotrope #D068FF
Tints of Heliotrope #D068FF
RGB
CMYK
RGB Variations
Color information
#D068FF (or 0xD068FF) is known color: Heliotrope. HEX triplet: D0, 68 and FF. RGB value is (208,104,255). Sum of RGB (Red+Green+Blue) = 208+104+255=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 104 (41.02% from 255 or 18.34% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #D068FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D068FF is #2F9700. Grayscale: #979797. Windows color (decimal): -3118849 or 16738512. OLE color: 16738512.
HSL color Cylindrical-coordinate representation of color #D068FF: hue angle of 281.32º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D068FF is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 104 | 255 | - |
| CMYK | 0.18 | 0.59 | 0 | 0 |
| HSL | 281.32º | 1% | 0.7% | - |
| HSV(B) | 281.32º | 0.59% | 1% | - |
| XYZ | 49.01 | 30.53 | 97.92 | - |
| YUV | 152.31 | 185.96 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 255 | 0.18 | 0.59 | 0 | 0 | 281.32 | 1 | 0.7 |
| Hex | D0 | 68 | FF | 12 | 3B | 0 | 0 | 119 | 64 | 46 |
| Octal | 320 | 150 | 377 | 22 | 73 | 0 | 0 | 431 | 144 | 106 |
| Binary | 11010000 | 1101000 | 11111111 | 10010 | 111011 | 0 | 0 | 100011001 | 1100100 | 1000110 |
Color Harmonies of #D068FF
Complementary color
Monochromatic Colors of #D068FF
Black with #D068FF
Text Example
Text Example
White with #D068FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068FF; }
p { color: rgb(208,104,255); }
H1.HeaderClassName
{
color: #D068FF;
}
.AnyTagClassName
{
color: #D068FF;
}
</style>
background-color css
<style>
a { background-color: #D068FF; }
a { background-color: rgb(208,104,255); }
div.DivClassName
{
background-color: #D068FF;
}
.BgClassName
{
background-color: #D068FF;
}
</style>
border-color css
<style>
span { border-color: #D068FF; }
span { border-color: rgb(208,104,255); }
td.TdClassName
{
border-color: #D068FF;
}
.TagClassName
{
border-color: #D068FF;
}
</style>