Shades of Orchid #D06DBE
Tints of Orchid #D06DBE
RGB
CMYK
RGB Variations
Color information
#D06DBE (or 0xD06DBE) is known color: Orchid. HEX triplet: D0, 6D and BE. RGB value is (208,109,190). Sum of RGB (Red+Green+Blue) = 208+109+190=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D06DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DBE is #2F9241. Grayscale: #939393. Windows color (decimal): -3117634 or 12479952. OLE color: 12479952.
HSL color Cylindrical-coordinate representation of color #D06DBE: hue angle of 310.91º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06DBE is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 190 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.18 |
| HSL | 310.91º | 0.51% | 0.62% | - |
| HSV(B) | 310.91º | 0.48% | 0.82% | - |
| XYZ | 40.78 | 28.06 | 51.98 | - |
| YUV | 147.84 | 151.8 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 190 | 0 | 0.48 | 0.09 | 0.18 | 310.91 | 0.51 | 0.62 |
| Hex | D0 | 6D | BE | 0 | 30 | 9 | 12 | 137 | 33 | 3E |
| Octal | 320 | 155 | 276 | 0 | 60 | 11 | 22 | 467 | 63 | 76 |
| Binary | 11010000 | 1101101 | 10111110 | 0 | 110000 | 1001 | 10010 | 100110111 | 110011 | 111110 |
Color Harmonies of #D06DBE
Complementary color
Monochromatic Colors of #D06DBE
Black with #D06DBE
Text Example
Text Example
White with #D06DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DBE; }
p { color: rgb(208,109,190); }
H1.HeaderClassName
{
color: #D06DBE;
}
.AnyTagClassName
{
color: #D06DBE;
}
</style>
background-color css
<style>
a { background-color: #D06DBE; }
a { background-color: rgb(208,109,190); }
div.DivClassName
{
background-color: #D06DBE;
}
.BgClassName
{
background-color: #D06DBE;
}
</style>
border-color css
<style>
span { border-color: #D06DBE; }
span { border-color: rgb(208,109,190); }
td.TdClassName
{
border-color: #D06DBE;
}
.TagClassName
{
border-color: #D06DBE;
}
</style>