Shades of Orchid #D67DBC
Tints of Orchid #D67DBC
RGB
CMYK
RGB Variations
Color information
#D67DBC (or 0xD67DBC) is known color: Orchid. HEX triplet: D6, 7D and BC. RGB value is (214,125,188). Sum of RGB (Red+Green+Blue) = 214+125+188=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67DBC is #298243. Grayscale: #9E9E9E. Windows color (decimal): -2720324 or 12352982. OLE color: 12352982.
HSL color Cylindrical-coordinate representation of color #D67DBC: hue angle of 317.53º 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 #D67DBC is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 125 | 188 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.16 |
| HSL | 317.53º | 0.52% | 0.66% | - |
| HSV(B) | 317.53º | 0.42% | 0.84% | - |
| XYZ | 44.14 | 32.59 | 51.54 | - |
| YUV | 158.79 | 144.49 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 125 | 188 | 0 | 0.42 | 0.12 | 0.16 | 317.53 | 0.52 | 0.66 |
| Hex | D6 | 7D | BC | 0 | 2A | C | 10 | 13E | 34 | 42 |
| Octal | 326 | 175 | 274 | 0 | 52 | 14 | 20 | 476 | 64 | 102 |
| Binary | 11010110 | 1111101 | 10111100 | 0 | 101010 | 1100 | 10000 | 100111110 | 110100 | 1000010 |
Color Harmonies of #D67DBC
Complementary color
Monochromatic Colors of #D67DBC
Black with #D67DBC
Text Example
Text Example
White with #D67DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67DBC; }
p { color: rgb(214,125,188); }
H1.HeaderClassName
{
color: #D67DBC;
}
.AnyTagClassName
{
color: #D67DBC;
}
</style>
background-color css
<style>
a { background-color: #D67DBC; }
a { background-color: rgb(214,125,188); }
div.DivClassName
{
background-color: #D67DBC;
}
.BgClassName
{
background-color: #D67DBC;
}
</style>
border-color css
<style>
span { border-color: #D67DBC; }
span { border-color: rgb(214,125,188); }
td.TdClassName
{
border-color: #D67DBC;
}
.TagClassName
{
border-color: #D67DBC;
}
</style>