Shades of Orchid #D07ACD
Tints of Orchid #D07ACD
RGB
CMYK
RGB Variations
Color information
#D07ACD (or 0xD07ACD) is known color: Orchid. HEX triplet: D0, 7A and CD. RGB value is (208,122,205). Sum of RGB (Red+Green+Blue) = 208+122+205=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D07ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ACD is #2F8532. Grayscale: #9C9C9C. Windows color (decimal): -3114291 or 13466320. OLE color: 13466320.
HSL color Cylindrical-coordinate representation of color #D07ACD: hue angle of 302.09º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D07ACD is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 205 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.18 |
| HSL | 302.09º | 0.48% | 0.65% | - |
| HSV(B) | 302.09º | 0.41% | 0.82% | - |
| XYZ | 43.99 | 31.74 | 61.56 | - |
| YUV | 157.18 | 154.99 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 205 | 0 | 0.41 | 0.01 | 0.18 | 302.09 | 0.48 | 0.65 |
| Hex | D0 | 7A | CD | 0 | 29 | 1 | 12 | 12E | 30 | 41 |
| Octal | 320 | 172 | 315 | 0 | 51 | 1 | 22 | 456 | 60 | 101 |
| Binary | 11010000 | 1111010 | 11001101 | 0 | 101001 | 1 | 10010 | 100101110 | 110000 | 1000001 |
Color Harmonies of #D07ACD
Complementary color
Monochromatic Colors of #D07ACD
Black with #D07ACD
Text Example
Text Example
White with #D07ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07ACD; }
p { color: rgb(208,122,205); }
H1.HeaderClassName
{
color: #D07ACD;
}
.AnyTagClassName
{
color: #D07ACD;
}
</style>
background-color css
<style>
a { background-color: #D07ACD; }
a { background-color: rgb(208,122,205); }
div.DivClassName
{
background-color: #D07ACD;
}
.BgClassName
{
background-color: #D07ACD;
}
</style>
border-color css
<style>
span { border-color: #D07ACD; }
span { border-color: rgb(208,122,205); }
td.TdClassName
{
border-color: #D07ACD;
}
.TagClassName
{
border-color: #D07ACD;
}
</style>