Shades of Orchid #D67AD9
Tints of Orchid #D67AD9
RGB
CMYK
RGB Variations
Color information
#D67AD9 (or 0xD67AD9) is known color: Orchid. HEX triplet: D6, 7A and D9. RGB value is (214,122,217). Sum of RGB (Red+Green+Blue) = 214+122+217=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 217 - color contains mainly: blue. Hex color #D67AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67AD9 is #298526. Grayscale: #A0A0A0. Windows color (decimal): -2721063 or 14252758. OLE color: 14252758.
HSL color Cylindrical-coordinate representation of color #D67AD9: hue angle of 298.11º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D67AD9 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 122 | 217 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.15 |
| HSL | 298.11º | 0.56% | 0.66% | - |
| HSV(B) | 298.11º | 0.44% | 0.85% | - |
| XYZ | 47.22 | 33.22 | 69.57 | - |
| YUV | 160.34 | 159.98 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 217 | 0.01 | 0.44 | 0 | 0.15 | 298.11 | 0.56 | 0.66 |
| Hex | D6 | 7A | D9 | 1 | 2C | 0 | F | 12A | 38 | 42 |
| Octal | 326 | 172 | 331 | 1 | 54 | 0 | 17 | 452 | 70 | 102 |
| Binary | 11010110 | 1111010 | 11011001 | 1 | 101100 | 0 | 1111 | 100101010 | 111000 | 1000010 |
Color Harmonies of #D67AD9
Complementary color
Monochromatic Colors of #D67AD9
Black with #D67AD9
Text Example
Text Example
White with #D67AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67AD9; }
p { color: rgb(214,122,217); }
H1.HeaderClassName
{
color: #D67AD9;
}
.AnyTagClassName
{
color: #D67AD9;
}
</style>
background-color css
<style>
a { background-color: #D67AD9; }
a { background-color: rgb(214,122,217); }
div.DivClassName
{
background-color: #D67AD9;
}
.BgClassName
{
background-color: #D67AD9;
}
</style>
border-color css
<style>
span { border-color: #D67AD9; }
span { border-color: rgb(214,122,217); }
td.TdClassName
{
border-color: #D67AD9;
}
.TagClassName
{
border-color: #D67AD9;
}
</style>