Shades of Orchid #D67BDC
Tints of Orchid #D67BDC
RGB
CMYK
RGB Variations
Color information
#D67BDC (or 0xD67BDC) is known color: Orchid. HEX triplet: D6, 7B and DC. RGB value is (214,123,220). Sum of RGB (Red+Green+Blue) = 214+123+220=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 123 (48.44% from 255 or 22.08% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #D67BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67BDC is #298423. Grayscale: #A0A0A0. Windows color (decimal): -2720804 or 14449622. OLE color: 14449622.
HSL color Cylindrical-coordinate representation of color #D67BDC: hue angle of 296.29º degrees, saturation: 0.58, 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 #D67BDC is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 123 | 220 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.14 |
| HSL | 296.29º | 0.58% | 0.67% | - |
| HSV(B) | 296.29º | 0.44% | 0.86% | - |
| XYZ | 47.73 | 33.63 | 71.69 | - |
| YUV | 161.27 | 161.15 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 220 | 0.03 | 0.44 | 0 | 0.14 | 296.29 | 0.58 | 0.67 |
| Hex | D6 | 7B | DC | 3 | 2C | 0 | E | 128 | 3A | 43 |
| Octal | 326 | 173 | 334 | 3 | 54 | 0 | 16 | 450 | 72 | 103 |
| Binary | 11010110 | 1111011 | 11011100 | 11 | 101100 | 0 | 1110 | 100101000 | 111010 | 1000011 |
Color Harmonies of #D67BDC
Complementary color
Monochromatic Colors of #D67BDC
Black with #D67BDC
Text Example
Text Example
White with #D67BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67BDC; }
p { color: rgb(214,123,220); }
H1.HeaderClassName
{
color: #D67BDC;
}
.AnyTagClassName
{
color: #D67BDC;
}
</style>
background-color css
<style>
a { background-color: #D67BDC; }
a { background-color: rgb(214,123,220); }
div.DivClassName
{
background-color: #D67BDC;
}
.BgClassName
{
background-color: #D67BDC;
}
</style>
border-color css
<style>
span { border-color: #D67BDC; }
span { border-color: rgb(214,123,220); }
td.TdClassName
{
border-color: #D67BDC;
}
.TagClassName
{
border-color: #D67BDC;
}
</style>