Shades of Orchid #D67DBD
Tints of Orchid #D67DBD
RGB
CMYK
RGB Variations
Color information
#D67DBD (or 0xD67DBD) is known color: Orchid. HEX triplet: D6, 7D and BD. RGB value is (214,125,189). Sum of RGB (Red+Green+Blue) = 214+125+189=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67DBD is #298242. Grayscale: #9E9E9E. Windows color (decimal): -2720323 or 12418518. OLE color: 12418518.
HSL color Cylindrical-coordinate representation of color #D67DBD: hue angle of 316.85º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67DBD is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 125 | 189 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.16 |
| HSL | 316.85º | 0.52% | 0.66% | - |
| HSV(B) | 316.85º | 0.42% | 0.84% | - |
| XYZ | 44.25 | 32.64 | 52.11 | - |
| YUV | 158.91 | 144.99 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 125 | 189 | 0 | 0.42 | 0.12 | 0.16 | 316.85 | 0.52 | 0.66 |
| Hex | D6 | 7D | BD | 0 | 2A | C | 10 | 13D | 34 | 42 |
| Octal | 326 | 175 | 275 | 0 | 52 | 14 | 20 | 475 | 64 | 102 |
| Binary | 11010110 | 1111101 | 10111101 | 0 | 101010 | 1100 | 10000 | 100111101 | 110100 | 1000010 |
Color Harmonies of #D67DBD
Complementary color
Monochromatic Colors of #D67DBD
Black with #D67DBD
Text Example
Text Example
White with #D67DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67DBD; }
p { color: rgb(214,125,189); }
H1.HeaderClassName
{
color: #D67DBD;
}
.AnyTagClassName
{
color: #D67DBD;
}
</style>
background-color css
<style>
a { background-color: #D67DBD; }
a { background-color: rgb(214,125,189); }
div.DivClassName
{
background-color: #D67DBD;
}
.BgClassName
{
background-color: #D67DBD;
}
</style>
border-color css
<style>
span { border-color: #D67DBD; }
span { border-color: rgb(214,125,189); }
td.TdClassName
{
border-color: #D67DBD;
}
.TagClassName
{
border-color: #D67DBD;
}
</style>