Shades of Orchid #D27ED1
Tints of Orchid #D27ED1
RGB
CMYK
RGB Variations
Color information
#D27ED1 (or 0xD27ED1) is known color: Orchid. HEX triplet: D2, 7E and D1. RGB value is (210,126,209). Sum of RGB (Red+Green+Blue) = 210+126+209=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D27ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27ED1 is #2D812E. Grayscale: #A0A0A0. Windows color (decimal): -2982191 or 13729490. OLE color: 13729490.
HSL color Cylindrical-coordinate representation of color #D27ED1: hue angle of 300.71º 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 #D27ED1 is Cyan = 0, Magento = 0.4, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 126 | 209 | - |
| CMYK | 0 | 0.4 | 0.00 | 0.18 |
| HSL | 300.71º | 0.48% | 0.66% | - |
| HSV(B) | 300.71º | 0.4% | 0.82% | - |
| XYZ | 45.55 | 33.23 | 64.33 | - |
| YUV | 160.58 | 155.33 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 209 | 0 | 0.4 | 0.00 | 0.18 | 300.71 | 0.48 | 0.66 |
| Hex | D2 | 7E | D1 | 0 | 28 | 0 | 12 | 12D | 30 | 42 |
| Octal | 322 | 176 | 321 | 0 | 50 | 0 | 22 | 455 | 60 | 102 |
| Binary | 11010010 | 1111110 | 11010001 | 0 | 101000 | 0 | 10010 | 100101101 | 110000 | 1000010 |
Color Harmonies of #D27ED1
Complementary color
Monochromatic Colors of #D27ED1
Black with #D27ED1
Text Example
Text Example
White with #D27ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27ED1; }
p { color: rgb(210,126,209); }
H1.HeaderClassName
{
color: #D27ED1;
}
.AnyTagClassName
{
color: #D27ED1;
}
</style>
background-color css
<style>
a { background-color: #D27ED1; }
a { background-color: rgb(210,126,209); }
div.DivClassName
{
background-color: #D27ED1;
}
.BgClassName
{
background-color: #D27ED1;
}
</style>
border-color css
<style>
span { border-color: #D27ED1; }
span { border-color: rgb(210,126,209); }
td.TdClassName
{
border-color: #D27ED1;
}
.TagClassName
{
border-color: #D27ED1;
}
</style>