Shades of Orchid #D67EC0
Tints of Orchid #D67EC0
RGB
CMYK
RGB Variations
Color information
#D67EC0 (or 0xD67EC0) is known color: Orchid. HEX triplet: D6, 7E and C0. RGB value is (214,126,192). Sum of RGB (Red+Green+Blue) = 214+126+192=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D67EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67EC0 is #29813F. Grayscale: #9F9F9F. Windows color (decimal): -2720064 or 12615382. OLE color: 12615382.
HSL color Cylindrical-coordinate representation of color #D67EC0: hue angle of 315º 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 #D67EC0 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 126 | 192 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.16 |
| HSL | 315º | 0.52% | 0.67% | - |
| HSV(B) | 315º | 0.41% | 0.84% | - |
| XYZ | 44.71 | 33.02 | 53.89 | - |
| YUV | 159.84 | 146.15 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 126 | 192 | 0 | 0.41 | 0.10 | 0.16 | 315 | 0.52 | 0.67 |
| Hex | D6 | 7E | C0 | 0 | 29 | A | 10 | 13B | 34 | 43 |
| Octal | 326 | 176 | 300 | 0 | 51 | 12 | 20 | 473 | 64 | 103 |
| Binary | 11010110 | 1111110 | 11000000 | 0 | 101001 | 1010 | 10000 | 100111011 | 110100 | 1000011 |
Color Harmonies of #D67EC0
Complementary color
Monochromatic Colors of #D67EC0
Black with #D67EC0
Text Example
Text Example
White with #D67EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67EC0; }
p { color: rgb(214,126,192); }
H1.HeaderClassName
{
color: #D67EC0;
}
.AnyTagClassName
{
color: #D67EC0;
}
</style>
background-color css
<style>
a { background-color: #D67EC0; }
a { background-color: rgb(214,126,192); }
div.DivClassName
{
background-color: #D67EC0;
}
.BgClassName
{
background-color: #D67EC0;
}
</style>
border-color css
<style>
span { border-color: #D67EC0; }
span { border-color: rgb(214,126,192); }
td.TdClassName
{
border-color: #D67EC0;
}
.TagClassName
{
border-color: #D67EC0;
}
</style>