Shades of Orchid #D06ED3
Tints of Orchid #D06ED3
RGB
CMYK
RGB Variations
Color information
#D06ED3 (or 0xD06ED3) is known color: Orchid. HEX triplet: D0, 6E and D3. RGB value is (208,110,211). Sum of RGB (Red+Green+Blue) = 208+110+211=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 211 - color contains mainly: blue. Hex color #D06ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06ED3 is #2F912C. Grayscale: #969696. Windows color (decimal): -3117357 or 13856464. OLE color: 13856464.
HSL color Cylindrical-coordinate representation of color #D06ED3: hue angle of 298.22º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06ED3 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 110 | 211 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.17 |
| HSL | 298.22º | 0.53% | 0.63% | - |
| HSV(B) | 298.22º | 0.48% | 0.83% | - |
| XYZ | 43.35 | 29.26 | 64.99 | - |
| YUV | 150.82 | 161.97 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 211 | 0.01 | 0.48 | 0 | 0.17 | 298.22 | 0.53 | 0.63 |
| Hex | D0 | 6E | D3 | 1 | 30 | 0 | 11 | 12A | 35 | 3F |
| Octal | 320 | 156 | 323 | 1 | 60 | 0 | 21 | 452 | 65 | 77 |
| Binary | 11010000 | 1101110 | 11010011 | 1 | 110000 | 0 | 10001 | 100101010 | 110101 | 111111 |
Color Harmonies of #D06ED3
Complementary color
Monochromatic Colors of #D06ED3
Black with #D06ED3
Text Example
Text Example
White with #D06ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06ED3; }
p { color: rgb(208,110,211); }
H1.HeaderClassName
{
color: #D06ED3;
}
.AnyTagClassName
{
color: #D06ED3;
}
</style>
background-color css
<style>
a { background-color: #D06ED3; }
a { background-color: rgb(208,110,211); }
div.DivClassName
{
background-color: #D06ED3;
}
.BgClassName
{
background-color: #D06ED3;
}
</style>
border-color css
<style>
span { border-color: #D06ED3; }
span { border-color: rgb(208,110,211); }
td.TdClassName
{
border-color: #D06ED3;
}
.TagClassName
{
border-color: #D06ED3;
}
</style>