Shades of Orchid #D67ECD
Tints of Orchid #D67ECD
RGB
CMYK
RGB Variations
Color information
#D67ECD (or 0xD67ECD) is known color: Orchid. HEX triplet: D6, 7E and CD. RGB value is (214,126,205). Sum of RGB (Red+Green+Blue) = 214+126+205=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D67ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67ECD is #298132. Grayscale: #A1A1A1. Windows color (decimal): -2720051 or 13467350. OLE color: 13467350.
HSL color Cylindrical-coordinate representation of color #D67ECD: hue angle of 306.14º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67ECD is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 126 | 205 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.16 |
| HSL | 306.14º | 0.52% | 0.67% | - |
| HSV(B) | 306.14º | 0.41% | 0.84% | - |
| XYZ | 46.21 | 33.63 | 61.81 | - |
| YUV | 161.32 | 152.65 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 126 | 205 | 0 | 0.41 | 0.04 | 0.16 | 306.14 | 0.52 | 0.67 |
| Hex | D6 | 7E | CD | 0 | 29 | 4 | 10 | 132 | 34 | 43 |
| Octal | 326 | 176 | 315 | 0 | 51 | 4 | 20 | 462 | 64 | 103 |
| Binary | 11010110 | 1111110 | 11001101 | 0 | 101001 | 100 | 10000 | 100110010 | 110100 | 1000011 |
Color Harmonies of #D67ECD
Complementary color
Monochromatic Colors of #D67ECD
Black with #D67ECD
Text Example
Text Example
White with #D67ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67ECD; }
p { color: rgb(214,126,205); }
H1.HeaderClassName
{
color: #D67ECD;
}
.AnyTagClassName
{
color: #D67ECD;
}
</style>
background-color css
<style>
a { background-color: #D67ECD; }
a { background-color: rgb(214,126,205); }
div.DivClassName
{
background-color: #D67ECD;
}
.BgClassName
{
background-color: #D67ECD;
}
</style>
border-color css
<style>
span { border-color: #D67ECD; }
span { border-color: rgb(214,126,205); }
td.TdClassName
{
border-color: #D67ECD;
}
.TagClassName
{
border-color: #D67ECD;
}
</style>