Shades of Heliotrope #D06BFD
Tints of Heliotrope #D06BFD
RGB
CMYK
RGB Variations
Color information
#D06BFD (or 0xD06BFD) is known color: Heliotrope. HEX triplet: D0, 6B and FD. RGB value is (208,107,253). Sum of RGB (Red+Green+Blue) = 208+107+253=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 107 (42.19% from 255 or 18.84% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #D06BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06BFD is #2F9402. Grayscale: #999999. Windows color (decimal): -3118083 or 16608208. OLE color: 16608208.
HSL color Cylindrical-coordinate representation of color #D06BFD: hue angle of 281.51º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D06BFD is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 107 | 253 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.01 |
| HSL | 281.51º | 0.97% | 0.71% | - |
| HSV(B) | 281.51º | 0.58% | 0.99% | - |
| XYZ | 49 | 31.02 | 96.33 | - |
| YUV | 153.84 | 183.96 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 253 | 0.18 | 0.58 | 0 | 0.01 | 281.51 | 0.97 | 0.71 |
| Hex | D0 | 6B | FD | 12 | 3A | 0 | 1 | 11A | 61 | 47 |
| Octal | 320 | 153 | 375 | 22 | 72 | 0 | 1 | 432 | 141 | 107 |
| Binary | 11010000 | 1101011 | 11111101 | 10010 | 111010 | 0 | 1 | 100011010 | 1100001 | 1000111 |
Color Harmonies of #D06BFD
Complementary color
Monochromatic Colors of #D06BFD
Black with #D06BFD
Text Example
Text Example
White with #D06BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06BFD; }
p { color: rgb(208,107,253); }
H1.HeaderClassName
{
color: #D06BFD;
}
.AnyTagClassName
{
color: #D06BFD;
}
</style>
background-color css
<style>
a { background-color: #D06BFD; }
a { background-color: rgb(208,107,253); }
div.DivClassName
{
background-color: #D06BFD;
}
.BgClassName
{
background-color: #D06BFD;
}
</style>
border-color css
<style>
span { border-color: #D06BFD; }
span { border-color: rgb(208,107,253); }
td.TdClassName
{
border-color: #D06BFD;
}
.TagClassName
{
border-color: #D06BFD;
}
</style>