Shades of Heliotrope #D06BFF
Tints of Heliotrope #D06BFF
RGB
CMYK
RGB Variations
Color information
#D06BFF (or 0xD06BFF) is known color: Heliotrope. HEX triplet: D0, 6B and FF. RGB value is (208,107,255). Sum of RGB (Red+Green+Blue) = 208+107+255=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 107 (42.19% from 255 or 18.77% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #D06BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06BFF is #2F9400. Grayscale: #999999. Windows color (decimal): -3118081 or 16739280. OLE color: 16739280.
HSL color Cylindrical-coordinate representation of color #D06BFF: hue angle of 280.95º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D06BFF is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 107 | 255 | - |
| CMYK | 0.18 | 0.58 | 0 | 0 |
| HSL | 280.95º | 1% | 0.71% | - |
| HSV(B) | 280.95º | 0.58% | 1% | - |
| XYZ | 49.32 | 31.15 | 98.02 | - |
| YUV | 154.07 | 184.96 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 255 | 0.18 | 0.58 | 0 | 0 | 280.95 | 1 | 0.71 |
| Hex | D0 | 6B | FF | 12 | 3A | 0 | 0 | 119 | 64 | 47 |
| Octal | 320 | 153 | 377 | 22 | 72 | 0 | 0 | 431 | 144 | 107 |
| Binary | 11010000 | 1101011 | 11111111 | 10010 | 111010 | 0 | 0 | 100011001 | 1100100 | 1000111 |
Color Harmonies of #D06BFF
Complementary color
Monochromatic Colors of #D06BFF
Black with #D06BFF
Text Example
Text Example
White with #D06BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06BFF; }
p { color: rgb(208,107,255); }
H1.HeaderClassName
{
color: #D06BFF;
}
.AnyTagClassName
{
color: #D06BFF;
}
</style>
background-color css
<style>
a { background-color: #D06BFF; }
a { background-color: rgb(208,107,255); }
div.DivClassName
{
background-color: #D06BFF;
}
.BgClassName
{
background-color: #D06BFF;
}
</style>
border-color css
<style>
span { border-color: #D06BFF; }
span { border-color: rgb(208,107,255); }
td.TdClassName
{
border-color: #D06BFF;
}
.TagClassName
{
border-color: #D06BFF;
}
</style>