Shades of Orchid #D27EC9
Tints of Orchid #D27EC9
RGB
CMYK
RGB Variations
Color information
#D27EC9 (or 0xD27EC9) is known color: Orchid. HEX triplet: D2, 7E and C9. RGB value is (210,126,201). Sum of RGB (Red+Green+Blue) = 210+126+201=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D27EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27EC9 is #2D8136. Grayscale: #9F9F9F. Windows color (decimal): -2982199 or 13205202. OLE color: 13205202.
HSL color Cylindrical-coordinate representation of color #D27EC9: hue angle of 306.43º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27EC9 is Cyan = 0, Magento = 0.4, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 126 | 201 | - |
| CMYK | 0 | 0.4 | 0.04 | 0.18 |
| HSL | 306.43º | 0.48% | 0.66% | - |
| HSV(B) | 306.43º | 0.4% | 0.82% | - |
| XYZ | 44.58 | 32.84 | 59.25 | - |
| YUV | 159.67 | 151.33 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 201 | 0 | 0.4 | 0.04 | 0.18 | 306.43 | 0.48 | 0.66 |
| Hex | D2 | 7E | C9 | 0 | 28 | 4 | 12 | 132 | 30 | 42 |
| Octal | 322 | 176 | 311 | 0 | 50 | 4 | 22 | 462 | 60 | 102 |
| Binary | 11010010 | 1111110 | 11001001 | 0 | 101000 | 100 | 10010 | 100110010 | 110000 | 1000010 |
Color Harmonies of #D27EC9
Complementary color
Monochromatic Colors of #D27EC9
Black with #D27EC9
Text Example
Text Example
White with #D27EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27EC9; }
p { color: rgb(210,126,201); }
H1.HeaderClassName
{
color: #D27EC9;
}
.AnyTagClassName
{
color: #D27EC9;
}
</style>
background-color css
<style>
a { background-color: #D27EC9; }
a { background-color: rgb(210,126,201); }
div.DivClassName
{
background-color: #D27EC9;
}
.BgClassName
{
background-color: #D27EC9;
}
</style>
border-color css
<style>
span { border-color: #D27EC9; }
span { border-color: rgb(210,126,201); }
td.TdClassName
{
border-color: #D27EC9;
}
.TagClassName
{
border-color: #D27EC9;
}
</style>