Shades of Orchid #D27ED0
Tints of Orchid #D27ED0
RGB
CMYK
RGB Variations
Color information
#D27ED0 (or 0xD27ED0) is known color: Orchid. HEX triplet: D2, 7E and D0. RGB value is (210,126,208). Sum of RGB (Red+Green+Blue) = 210+126+208=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 210 - color contains mainly: red. Hex color #D27ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27ED0 is #2D812F. Grayscale: #A0A0A0. Windows color (decimal): -2982192 or 13663954. OLE color: 13663954.
HSL color Cylindrical-coordinate representation of color #D27ED0: hue angle of 301.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 #D27ED0 is Cyan = 0, Magento = 0.4, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 126 | 208 | - |
| CMYK | 0 | 0.4 | 0.01 | 0.18 |
| HSL | 301.43º | 0.48% | 0.66% | - |
| HSV(B) | 301.43º | 0.4% | 0.82% | - |
| XYZ | 45.42 | 33.18 | 63.68 | - |
| YUV | 160.46 | 154.83 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 208 | 0 | 0.4 | 0.01 | 0.18 | 301.43 | 0.48 | 0.66 |
| Hex | D2 | 7E | D0 | 0 | 28 | 1 | 12 | 12D | 30 | 42 |
| Octal | 322 | 176 | 320 | 0 | 50 | 1 | 22 | 455 | 60 | 102 |
| Binary | 11010010 | 1111110 | 11010000 | 0 | 101000 | 1 | 10010 | 100101101 | 110000 | 1000010 |
Color Harmonies of #D27ED0
Complementary color
Monochromatic Colors of #D27ED0
Black with #D27ED0
Text Example
Text Example
White with #D27ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27ED0; }
p { color: rgb(210,126,208); }
H1.HeaderClassName
{
color: #D27ED0;
}
.AnyTagClassName
{
color: #D27ED0;
}
</style>
background-color css
<style>
a { background-color: #D27ED0; }
a { background-color: rgb(210,126,208); }
div.DivClassName
{
background-color: #D27ED0;
}
.BgClassName
{
background-color: #D27ED0;
}
</style>
border-color css
<style>
span { border-color: #D27ED0; }
span { border-color: rgb(210,126,208); }
td.TdClassName
{
border-color: #D27ED0;
}
.TagClassName
{
border-color: #D27ED0;
}
</style>