Shades of Orchid #D27EDD
Tints of Orchid #D27EDD
RGB
CMYK
RGB Variations
Color information
#D27EDD (or 0xD27EDD) is known color: Orchid. HEX triplet: D2, 7E and DD. RGB value is (210,126,221). Sum of RGB (Red+Green+Blue) = 210+126+221=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #D27EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27EDD is #2D8122. Grayscale: #A1A1A1. Windows color (decimal): -2982179 or 14515922. OLE color: 14515922.
HSL color Cylindrical-coordinate representation of color #D27EDD: hue angle of 293.05º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D27EDD is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 126 | 221 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.13 |
| HSL | 293.05º | 0.58% | 0.68% | - |
| HSV(B) | 293.05º | 0.43% | 0.87% | - |
| XYZ | 47.09 | 33.84 | 72.46 | - |
| YUV | 161.95 | 161.33 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 221 | 0.05 | 0.43 | 0 | 0.13 | 293.05 | 0.58 | 0.68 |
| Hex | D2 | 7E | DD | 5 | 2B | 0 | D | 125 | 3A | 44 |
| Octal | 322 | 176 | 335 | 5 | 53 | 0 | 15 | 445 | 72 | 104 |
| Binary | 11010010 | 1111110 | 11011101 | 101 | 101011 | 0 | 1101 | 100100101 | 111010 | 1000100 |
Color Harmonies of #D27EDD
Complementary color
Monochromatic Colors of #D27EDD
Black with #D27EDD
Text Example
Text Example
White with #D27EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27EDD; }
p { color: rgb(210,126,221); }
H1.HeaderClassName
{
color: #D27EDD;
}
.AnyTagClassName
{
color: #D27EDD;
}
</style>
background-color css
<style>
a { background-color: #D27EDD; }
a { background-color: rgb(210,126,221); }
div.DivClassName
{
background-color: #D27EDD;
}
.BgClassName
{
background-color: #D27EDD;
}
</style>
border-color css
<style>
span { border-color: #D27EDD; }
span { border-color: rgb(210,126,221); }
td.TdClassName
{
border-color: #D27EDD;
}
.TagClassName
{
border-color: #D27EDD;
}
</style>