Shades of Heliotrope #D067FF
Tints of Heliotrope #D067FF
RGB
CMYK
RGB Variations
Color information
#D067FF (or 0xD067FF) is known color: Heliotrope. HEX triplet: D0, 67 and FF. RGB value is (208,103,255). Sum of RGB (Red+Green+Blue) = 208+103+255=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 103 (40.62% from 255 or 18.20% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #D067FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D067FF is #2F9800. Grayscale: #979797. Windows color (decimal): -3119105 or 16738256. OLE color: 16738256.
HSL color Cylindrical-coordinate representation of color #D067FF: hue angle of 281.45º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D067FF is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 103 | 255 | - |
| CMYK | 0.18 | 0.60 | 0 | 0 |
| HSL | 281.45º | 1% | 0.7% | - |
| HSV(B) | 281.45º | 0.6% | 1% | - |
| XYZ | 48.91 | 30.33 | 97.88 | - |
| YUV | 151.72 | 186.29 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 255 | 0.18 | 0.60 | 0 | 0 | 281.45 | 1 | 0.7 |
| Hex | D0 | 67 | FF | 12 | 3C | 0 | 0 | 119 | 64 | 46 |
| Octal | 320 | 147 | 377 | 22 | 74 | 0 | 0 | 431 | 144 | 106 |
| Binary | 11010000 | 1100111 | 11111111 | 10010 | 111100 | 0 | 0 | 100011001 | 1100100 | 1000110 |
Color Harmonies of #D067FF
Complementary color
Monochromatic Colors of #D067FF
Black with #D067FF
Text Example
Text Example
White with #D067FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D067FF; }
p { color: rgb(208,103,255); }
H1.HeaderClassName
{
color: #D067FF;
}
.AnyTagClassName
{
color: #D067FF;
}
</style>
background-color css
<style>
a { background-color: #D067FF; }
a { background-color: rgb(208,103,255); }
div.DivClassName
{
background-color: #D067FF;
}
.BgClassName
{
background-color: #D067FF;
}
</style>
border-color css
<style>
span { border-color: #D067FF; }
span { border-color: rgb(208,103,255); }
td.TdClassName
{
border-color: #D067FF;
}
.TagClassName
{
border-color: #D067FF;
}
</style>