Shades of Orchid #D06ACD
Tints of Orchid #D06ACD
RGB
CMYK
RGB Variations
Color information
#D06ACD (or 0xD06ACD) is known color: Orchid. HEX triplet: D0, 6A and CD. RGB value is (208,106,205). Sum of RGB (Red+Green+Blue) = 208+106+205=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D06ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06ACD is #2F9532. Grayscale: #939393. Windows color (decimal): -3118387 or 13462224. OLE color: 13462224.
HSL color Cylindrical-coordinate representation of color #D06ACD: hue angle of 301.76º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06ACD is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 106 | 205 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.18 |
| HSL | 301.76º | 0.52% | 0.62% | - |
| HSV(B) | 301.76º | 0.49% | 0.82% | - |
| XYZ | 42.19 | 28.13 | 60.96 | - |
| YUV | 147.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 106 | 205 | 0 | 0.49 | 0.01 | 0.18 | 301.76 | 0.52 | 0.62 |
| Hex | D0 | 6A | CD | 0 | 31 | 1 | 12 | 12E | 34 | 3E |
| Octal | 320 | 152 | 315 | 0 | 61 | 1 | 22 | 456 | 64 | 76 |
| Binary | 11010000 | 1101010 | 11001101 | 0 | 110001 | 1 | 10010 | 100101110 | 110100 | 111110 |
Color Harmonies of #D06ACD
Complementary color
Monochromatic Colors of #D06ACD
Black with #D06ACD
Text Example
Text Example
White with #D06ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06ACD; }
p { color: rgb(208,106,205); }
H1.HeaderClassName
{
color: #D06ACD;
}
.AnyTagClassName
{
color: #D06ACD;
}
</style>
background-color css
<style>
a { background-color: #D06ACD; }
a { background-color: rgb(208,106,205); }
div.DivClassName
{
background-color: #D06ACD;
}
.BgClassName
{
background-color: #D06ACD;
}
</style>
border-color css
<style>
span { border-color: #D06ACD; }
span { border-color: rgb(208,106,205); }
td.TdClassName
{
border-color: #D06ACD;
}
.TagClassName
{
border-color: #D06ACD;
}
</style>