Shades of Orchid #D27EBE
Tints of Orchid #D27EBE
RGB
CMYK
RGB Variations
Color information
#D27EBE (or 0xD27EBE) is known color: Orchid. HEX triplet: D2, 7E and BE. RGB value is (210,126,190). Sum of RGB (Red+Green+Blue) = 210+126+190=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D27EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27EBE is #2D8141. Grayscale: #9E9E9E. Windows color (decimal): -2982210 or 12484306. OLE color: 12484306.
HSL color Cylindrical-coordinate representation of color #D27EBE: hue angle of 314.29º 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 #D27EBE is Cyan = 0, Magento = 0.4, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 126 | 190 | - |
| CMYK | 0 | 0.4 | 0.10 | 0.18 |
| HSL | 314.29º | 0.48% | 0.66% | - |
| HSV(B) | 314.29º | 0.4% | 0.82% | - |
| XYZ | 43.33 | 32.34 | 52.67 | - |
| YUV | 158.41 | 145.83 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 190 | 0 | 0.4 | 0.10 | 0.18 | 314.29 | 0.48 | 0.66 |
| Hex | D2 | 7E | BE | 0 | 28 | A | 12 | 13A | 30 | 42 |
| Octal | 322 | 176 | 276 | 0 | 50 | 12 | 22 | 472 | 60 | 102 |
| Binary | 11010010 | 1111110 | 10111110 | 0 | 101000 | 1010 | 10010 | 100111010 | 110000 | 1000010 |
Color Harmonies of #D27EBE
Complementary color
Monochromatic Colors of #D27EBE
Black with #D27EBE
Text Example
Text Example
White with #D27EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27EBE; }
p { color: rgb(210,126,190); }
H1.HeaderClassName
{
color: #D27EBE;
}
.AnyTagClassName
{
color: #D27EBE;
}
</style>
background-color css
<style>
a { background-color: #D27EBE; }
a { background-color: rgb(210,126,190); }
div.DivClassName
{
background-color: #D27EBE;
}
.BgClassName
{
background-color: #D27EBE;
}
</style>
border-color css
<style>
span { border-color: #D27EBE; }
span { border-color: rgb(210,126,190); }
td.TdClassName
{
border-color: #D27EBE;
}
.TagClassName
{
border-color: #D27EBE;
}
</style>