Shades of Orchid #D67BDB
Tints of Orchid #D67BDB
RGB
CMYK
RGB Variations
Color information
#D67BDB (or 0xD67BDB) is known color: Orchid. HEX triplet: D6, 7B and DB. RGB value is (214,123,219). Sum of RGB (Red+Green+Blue) = 214+123+219=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #D67BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67BDB is #298424. Grayscale: #A0A0A0. Windows color (decimal): -2720805 or 14384086. OLE color: 14384086.
HSL color Cylindrical-coordinate representation of color #D67BDB: hue angle of 296.88º 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 #D67BDB is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 123 | 219 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.14 |
| HSL | 296.88º | 0.57% | 0.67% | - |
| HSV(B) | 296.88º | 0.44% | 0.86% | - |
| XYZ | 47.6 | 33.58 | 70.99 | - |
| YUV | 161.15 | 160.65 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 219 | 0.02 | 0.44 | 0 | 0.14 | 296.88 | 0.57 | 0.67 |
| Hex | D6 | 7B | DB | 2 | 2C | 0 | E | 129 | 39 | 43 |
| Octal | 326 | 173 | 333 | 2 | 54 | 0 | 16 | 451 | 71 | 103 |
| Binary | 11010110 | 1111011 | 11011011 | 10 | 101100 | 0 | 1110 | 100101001 | 111001 | 1000011 |
Color Harmonies of #D67BDB
Complementary color
Monochromatic Colors of #D67BDB
Black with #D67BDB
Text Example
Text Example
White with #D67BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67BDB; }
p { color: rgb(214,123,219); }
H1.HeaderClassName
{
color: #D67BDB;
}
.AnyTagClassName
{
color: #D67BDB;
}
</style>
background-color css
<style>
a { background-color: #D67BDB; }
a { background-color: rgb(214,123,219); }
div.DivClassName
{
background-color: #D67BDB;
}
.BgClassName
{
background-color: #D67BDB;
}
</style>
border-color css
<style>
span { border-color: #D67BDB; }
span { border-color: rgb(214,123,219); }
td.TdClassName
{
border-color: #D67BDB;
}
.TagClassName
{
border-color: #D67BDB;
}
</style>