Shades of Orchid #D06DBD
Tints of Orchid #D06DBD
RGB
CMYK
RGB Variations
Color information
#D06DBD (or 0xD06DBD) is known color: Orchid. HEX triplet: D0, 6D and BD. RGB value is (208,109,189). Sum of RGB (Red+Green+Blue) = 208+109+189=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D06DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DBD is #2F9242. Grayscale: #939393. Windows color (decimal): -3117635 or 12414416. OLE color: 12414416.
HSL color Cylindrical-coordinate representation of color #D06DBD: hue angle of 311.52º 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 #D06DBD is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 189 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.18 |
| HSL | 311.52º | 0.51% | 0.62% | - |
| HSV(B) | 311.52º | 0.48% | 0.82% | - |
| XYZ | 40.67 | 28.02 | 51.41 | - |
| YUV | 147.72 | 151.3 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 189 | 0 | 0.48 | 0.09 | 0.18 | 311.52 | 0.51 | 0.62 |
| Hex | D0 | 6D | BD | 0 | 30 | 9 | 12 | 138 | 33 | 3E |
| Octal | 320 | 155 | 275 | 0 | 60 | 11 | 22 | 470 | 63 | 76 |
| Binary | 11010000 | 1101101 | 10111101 | 0 | 110000 | 1001 | 10010 | 100111000 | 110011 | 111110 |
Color Harmonies of #D06DBD
Complementary color
Monochromatic Colors of #D06DBD
Black with #D06DBD
Text Example
Text Example
White with #D06DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DBD; }
p { color: rgb(208,109,189); }
H1.HeaderClassName
{
color: #D06DBD;
}
.AnyTagClassName
{
color: #D06DBD;
}
</style>
background-color css
<style>
a { background-color: #D06DBD; }
a { background-color: rgb(208,109,189); }
div.DivClassName
{
background-color: #D06DBD;
}
.BgClassName
{
background-color: #D06DBD;
}
</style>
border-color css
<style>
span { border-color: #D06DBD; }
span { border-color: rgb(208,109,189); }
td.TdClassName
{
border-color: #D06DBD;
}
.TagClassName
{
border-color: #D06DBD;
}
</style>