Shades of Orchid #D67BDD
Tints of Orchid #D67BDD
RGB
CMYK
RGB Variations
Color information
#D67BDD (or 0xD67BDD) is known color: Orchid. HEX triplet: D6, 7B and DD. RGB value is (214,123,221). Sum of RGB (Red+Green+Blue) = 214+123+221=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #D67BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67BDD is #298422. Grayscale: #A1A1A1. Windows color (decimal): -2720803 or 14515158. OLE color: 14515158.
HSL color Cylindrical-coordinate representation of color #D67BDD: hue angle of 295.71º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D67BDD is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 123 | 221 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.13 |
| HSL | 295.71º | 0.59% | 0.67% | - |
| HSV(B) | 295.71º | 0.44% | 0.87% | - |
| XYZ | 47.87 | 33.68 | 72.39 | - |
| YUV | 161.38 | 161.65 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 221 | 0.03 | 0.44 | 0 | 0.13 | 295.71 | 0.59 | 0.67 |
| Hex | D6 | 7B | DD | 3 | 2C | 0 | D | 128 | 3B | 43 |
| Octal | 326 | 173 | 335 | 3 | 54 | 0 | 15 | 450 | 73 | 103 |
| Binary | 11010110 | 1111011 | 11011101 | 11 | 101100 | 0 | 1101 | 100101000 | 111011 | 1000011 |
Color Harmonies of #D67BDD
Complementary color
Monochromatic Colors of #D67BDD
Black with #D67BDD
Text Example
Text Example
White with #D67BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67BDD; }
p { color: rgb(214,123,221); }
H1.HeaderClassName
{
color: #D67BDD;
}
.AnyTagClassName
{
color: #D67BDD;
}
</style>
background-color css
<style>
a { background-color: #D67BDD; }
a { background-color: rgb(214,123,221); }
div.DivClassName
{
background-color: #D67BDD;
}
.BgClassName
{
background-color: #D67BDD;
}
</style>
border-color css
<style>
span { border-color: #D67BDD; }
span { border-color: rgb(214,123,221); }
td.TdClassName
{
border-color: #D67BDD;
}
.TagClassName
{
border-color: #D67BDD;
}
</style>