Shades of Orchid #D67ADB
Tints of Orchid #D67ADB
RGB
CMYK
RGB Variations
Color information
#D67ADB (or 0xD67ADB) is known color: Orchid. HEX triplet: D6, 7A and DB. RGB value is (214,122,219). Sum of RGB (Red+Green+Blue) = 214+122+219=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #D67ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67ADB is #298524. Grayscale: #A0A0A0. Windows color (decimal): -2721061 or 14383830. OLE color: 14383830.
HSL color Cylindrical-coordinate representation of color #D67ADB: hue angle of 296.91º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D67ADB is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 122 | 219 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.14 |
| HSL | 296.91º | 0.57% | 0.67% | - |
| HSV(B) | 296.91º | 0.44% | 0.86% | - |
| XYZ | 47.48 | 33.33 | 70.95 | - |
| YUV | 160.57 | 160.98 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 219 | 0.02 | 0.44 | 0 | 0.14 | 296.91 | 0.57 | 0.67 |
| Hex | D6 | 7A | DB | 2 | 2C | 0 | E | 129 | 39 | 43 |
| Octal | 326 | 172 | 333 | 2 | 54 | 0 | 16 | 451 | 71 | 103 |
| Binary | 11010110 | 1111010 | 11011011 | 10 | 101100 | 0 | 1110 | 100101001 | 111001 | 1000011 |
Color Harmonies of #D67ADB
Complementary color
Monochromatic Colors of #D67ADB
Black with #D67ADB
Text Example
Text Example
White with #D67ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67ADB; }
p { color: rgb(214,122,219); }
H1.HeaderClassName
{
color: #D67ADB;
}
.AnyTagClassName
{
color: #D67ADB;
}
</style>
background-color css
<style>
a { background-color: #D67ADB; }
a { background-color: rgb(214,122,219); }
div.DivClassName
{
background-color: #D67ADB;
}
.BgClassName
{
background-color: #D67ADB;
}
</style>
border-color css
<style>
span { border-color: #D67ADB; }
span { border-color: rgb(214,122,219); }
td.TdClassName
{
border-color: #D67ADB;
}
.TagClassName
{
border-color: #D67ADB;
}
</style>