Shades of Orchid #D27EC7
Tints of Orchid #D27EC7
RGB
CMYK
RGB Variations
Color information
#D27EC7 (or 0xD27EC7) is known color: Orchid. HEX triplet: D2, 7E and C7. RGB value is (210,126,199). Sum of RGB (Red+Green+Blue) = 210+126+199=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 126 (49.61% from 255 or 23.55% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D27EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27EC7 is #2D8138. Grayscale: #9F9F9F. Windows color (decimal): -2982201 or 13074130. OLE color: 13074130.
HSL color Cylindrical-coordinate representation of color #D27EC7: hue angle of 307.86º 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 #D27EC7 is Cyan = 0, Magento = 0.4, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 126 | 199 | - |
| CMYK | 0 | 0.4 | 0.05 | 0.18 |
| HSL | 307.86º | 0.48% | 0.66% | - |
| HSV(B) | 307.86º | 0.4% | 0.82% | - |
| XYZ | 44.35 | 32.75 | 58.02 | - |
| YUV | 159.44 | 150.33 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 199 | 0 | 0.4 | 0.05 | 0.18 | 307.86 | 0.48 | 0.66 |
| Hex | D2 | 7E | C7 | 0 | 28 | 5 | 12 | 134 | 30 | 42 |
| Octal | 322 | 176 | 307 | 0 | 50 | 5 | 22 | 464 | 60 | 102 |
| Binary | 11010010 | 1111110 | 11000111 | 0 | 101000 | 101 | 10010 | 100110100 | 110000 | 1000010 |
Color Harmonies of #D27EC7
Complementary color
Monochromatic Colors of #D27EC7
Black with #D27EC7
Text Example
Text Example
White with #D27EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27EC7; }
p { color: rgb(210,126,199); }
H1.HeaderClassName
{
color: #D27EC7;
}
.AnyTagClassName
{
color: #D27EC7;
}
</style>
background-color css
<style>
a { background-color: #D27EC7; }
a { background-color: rgb(210,126,199); }
div.DivClassName
{
background-color: #D27EC7;
}
.BgClassName
{
background-color: #D27EC7;
}
</style>
border-color css
<style>
span { border-color: #D27EC7; }
span { border-color: rgb(210,126,199); }
td.TdClassName
{
border-color: #D27EC7;
}
.TagClassName
{
border-color: #D27EC7;
}
</style>