Shades of Orchid #D06DD2
Tints of Orchid #D06DD2
RGB
CMYK
RGB Variations
Color information
#D06DD2 (or 0xD06DD2) is known color: Orchid. HEX triplet: D0, 6D and D2. RGB value is (208,109,210). Sum of RGB (Red+Green+Blue) = 208+109+210=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 210 - color contains mainly: blue. Hex color #D06DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DD2 is #2F922D. Grayscale: #959595. Windows color (decimal): -3117614 or 13790672. OLE color: 13790672.
HSL color Cylindrical-coordinate representation of color #D06DD2: hue angle of 298.81º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06DD2 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 210 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.18 |
| HSL | 298.81º | 0.53% | 0.63% | - |
| HSV(B) | 298.81º | 0.48% | 0.82% | - |
| XYZ | 43.11 | 29 | 64.3 | - |
| YUV | 150.12 | 161.8 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 210 | 0.01 | 0.48 | 0 | 0.18 | 298.81 | 0.53 | 0.63 |
| Hex | D0 | 6D | D2 | 1 | 30 | 0 | 12 | 12B | 35 | 3F |
| Octal | 320 | 155 | 322 | 1 | 60 | 0 | 22 | 453 | 65 | 77 |
| Binary | 11010000 | 1101101 | 11010010 | 1 | 110000 | 0 | 10010 | 100101011 | 110101 | 111111 |
Color Harmonies of #D06DD2
Complementary color
Monochromatic Colors of #D06DD2
Black with #D06DD2
Text Example
Text Example
White with #D06DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DD2; }
p { color: rgb(208,109,210); }
H1.HeaderClassName
{
color: #D06DD2;
}
.AnyTagClassName
{
color: #D06DD2;
}
</style>
background-color css
<style>
a { background-color: #D06DD2; }
a { background-color: rgb(208,109,210); }
div.DivClassName
{
background-color: #D06DD2;
}
.BgClassName
{
background-color: #D06DD2;
}
</style>
border-color css
<style>
span { border-color: #D06DD2; }
span { border-color: rgb(208,109,210); }
td.TdClassName
{
border-color: #D06DD2;
}
.TagClassName
{
border-color: #D06DD2;
}
</style>