Shades of Orchid #D06BDD
Tints of Orchid #D06BDD
RGB
CMYK
RGB Variations
Color information
#D06BDD (or 0xD06BDD) is known color: Orchid. HEX triplet: D0, 6B and DD. RGB value is (208,107,221). Sum of RGB (Red+Green+Blue) = 208+107+221=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 107 (42.19% from 255 or 19.96% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #D06BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06BDD is #2F9422. Grayscale: #959595. Windows color (decimal): -3118115 or 14511056. OLE color: 14511056.
HSL color Cylindrical-coordinate representation of color #D06BDD: hue angle of 293.16º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06BDD is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 107 | 221 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.13 |
| HSL | 293.16º | 0.63% | 0.64% | - |
| HSV(B) | 293.16º | 0.52% | 0.87% | - |
| XYZ | 44.32 | 29.15 | 71.7 | - |
| YUV | 150.2 | 167.96 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 221 | 0.06 | 0.52 | 0 | 0.13 | 293.16 | 0.63 | 0.64 |
| Hex | D0 | 6B | DD | 6 | 34 | 0 | D | 125 | 3F | 40 |
| Octal | 320 | 153 | 335 | 6 | 64 | 0 | 15 | 445 | 77 | 100 |
| Binary | 11010000 | 1101011 | 11011101 | 110 | 110100 | 0 | 1101 | 100100101 | 111111 | 1000000 |
Color Harmonies of #D06BDD
Complementary color
Monochromatic Colors of #D06BDD
Black with #D06BDD
Text Example
Text Example
White with #D06BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06BDD; }
p { color: rgb(208,107,221); }
H1.HeaderClassName
{
color: #D06BDD;
}
.AnyTagClassName
{
color: #D06BDD;
}
</style>
background-color css
<style>
a { background-color: #D06BDD; }
a { background-color: rgb(208,107,221); }
div.DivClassName
{
background-color: #D06BDD;
}
.BgClassName
{
background-color: #D06BDD;
}
</style>
border-color css
<style>
span { border-color: #D06BDD; }
span { border-color: rgb(208,107,221); }
td.TdClassName
{
border-color: #D06BDD;
}
.TagClassName
{
border-color: #D06BDD;
}
</style>