Shades of Heliotrope #D06BED
Tints of Heliotrope #D06BED
RGB
CMYK
RGB Variations
Color information
#D06BED (or 0xD06BED) is known color: Heliotrope. HEX triplet: D0, 6B and ED. RGB value is (208,107,237). Sum of RGB (Red+Green+Blue) = 208+107+237=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 107 (42.19% from 255 or 19.38% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #D06BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06BED is #2F9412. Grayscale: #979797. Windows color (decimal): -3118099 or 15559632. OLE color: 15559632.
HSL color Cylindrical-coordinate representation of color #D06BED: hue angle of 286.62º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D06BED is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 107 | 237 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.07 |
| HSL | 286.62º | 0.78% | 0.67% | - |
| HSV(B) | 286.62º | 0.55% | 0.93% | - |
| XYZ | 46.56 | 30.04 | 83.47 | - |
| YUV | 152.02 | 175.96 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 237 | 0.12 | 0.55 | 0 | 0.07 | 286.62 | 0.78 | 0.67 |
| Hex | D0 | 6B | ED | C | 37 | 0 | 7 | 11F | 4E | 43 |
| Octal | 320 | 153 | 355 | 14 | 67 | 0 | 7 | 437 | 116 | 103 |
| Binary | 11010000 | 1101011 | 11101101 | 1100 | 110111 | 0 | 111 | 100011111 | 1001110 | 1000011 |
Color Harmonies of #D06BED
Complementary color
Monochromatic Colors of #D06BED
Black with #D06BED
Text Example
Text Example
White with #D06BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06BED; }
p { color: rgb(208,107,237); }
H1.HeaderClassName
{
color: #D06BED;
}
.AnyTagClassName
{
color: #D06BED;
}
</style>
background-color css
<style>
a { background-color: #D06BED; }
a { background-color: rgb(208,107,237); }
div.DivClassName
{
background-color: #D06BED;
}
.BgClassName
{
background-color: #D06BED;
}
</style>
border-color css
<style>
span { border-color: #D06BED; }
span { border-color: rgb(208,107,237); }
td.TdClassName
{
border-color: #D06BED;
}
.TagClassName
{
border-color: #D06BED;
}
</style>