Shades of Orchid #D67EDE
Tints of Orchid #D67EDE
RGB
CMYK
RGB Variations
Color information
#D67EDE (or 0xD67EDE) is known color: Orchid. HEX triplet: D6, 7E and DE. RGB value is (214,126,222). Sum of RGB (Red+Green+Blue) = 214+126+222=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 126 (49.61% from 255 or 22.42% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #D67EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67EDE is #298121. Grayscale: #A2A2A2. Windows color (decimal): -2720034 or 14581462. OLE color: 14581462.
HSL color Cylindrical-coordinate representation of color #D67EDE: hue angle of 295º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67EDE is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 126 | 222 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.13 |
| HSL | 295º | 0.59% | 0.68% | - |
| HSV(B) | 295º | 0.43% | 0.87% | - |
| XYZ | 48.38 | 34.49 | 73.22 | - |
| YUV | 163.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 126 | 222 | 0.04 | 0.43 | 0 | 0.13 | 295 | 0.59 | 0.68 |
| Hex | D6 | 7E | DE | 4 | 2B | 0 | D | 127 | 3B | 44 |
| Octal | 326 | 176 | 336 | 4 | 53 | 0 | 15 | 447 | 73 | 104 |
| Binary | 11010110 | 1111110 | 11011110 | 100 | 101011 | 0 | 1101 | 100100111 | 111011 | 1000100 |
Color Harmonies of #D67EDE
Complementary color
Monochromatic Colors of #D67EDE
Black with #D67EDE
Text Example
Text Example
White with #D67EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67EDE; }
p { color: rgb(214,126,222); }
H1.HeaderClassName
{
color: #D67EDE;
}
.AnyTagClassName
{
color: #D67EDE;
}
</style>
background-color css
<style>
a { background-color: #D67EDE; }
a { background-color: rgb(214,126,222); }
div.DivClassName
{
background-color: #D67EDE;
}
.BgClassName
{
background-color: #D67EDE;
}
</style>
border-color css
<style>
span { border-color: #D67EDE; }
span { border-color: rgb(214,126,222); }
td.TdClassName
{
border-color: #D67EDE;
}
.TagClassName
{
border-color: #D67EDE;
}
</style>