Shades of Orchid #D67ED2
Tints of Orchid #D67ED2
RGB
CMYK
RGB Variations
Color information
#D67ED2 (or 0xD67ED2) is known color: Orchid. HEX triplet: D6, 7E and D2. RGB value is (214,126,210). Sum of RGB (Red+Green+Blue) = 214+126+210=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 210 (82.42% from 255 or 38.18% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D67ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67ED2 is #29812D. Grayscale: #A1A1A1. Windows color (decimal): -2720046 or 13795030. OLE color: 13795030.
HSL color Cylindrical-coordinate representation of color #D67ED2: hue angle of 302.73º 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 #D67ED2 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 126 | 210 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.16 |
| HSL | 302.73º | 0.52% | 0.67% | - |
| HSV(B) | 302.73º | 0.41% | 0.84% | - |
| XYZ | 46.83 | 33.87 | 65.04 | - |
| YUV | 161.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 126 | 210 | 0 | 0.41 | 0.02 | 0.16 | 302.73 | 0.52 | 0.67 |
| Hex | D6 | 7E | D2 | 0 | 29 | 2 | 10 | 12F | 34 | 43 |
| Octal | 326 | 176 | 322 | 0 | 51 | 2 | 20 | 457 | 64 | 103 |
| Binary | 11010110 | 1111110 | 11010010 | 0 | 101001 | 10 | 10000 | 100101111 | 110100 | 1000011 |
Color Harmonies of #D67ED2
Complementary color
Monochromatic Colors of #D67ED2
Black with #D67ED2
Text Example
Text Example
White with #D67ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67ED2; }
p { color: rgb(214,126,210); }
H1.HeaderClassName
{
color: #D67ED2;
}
.AnyTagClassName
{
color: #D67ED2;
}
</style>
background-color css
<style>
a { background-color: #D67ED2; }
a { background-color: rgb(214,126,210); }
div.DivClassName
{
background-color: #D67ED2;
}
.BgClassName
{
background-color: #D67ED2;
}
</style>
border-color css
<style>
span { border-color: #D67ED2; }
span { border-color: rgb(214,126,210); }
td.TdClassName
{
border-color: #D67ED2;
}
.TagClassName
{
border-color: #D67ED2;
}
</style>