Shades of Orchid #D27BDE
Tints of Orchid #D27BDE
RGB
CMYK
RGB Variations
Color information
#D27BDE (or 0xD27BDE) is known color: Orchid. HEX triplet: D2, 7B and DE. RGB value is (210,123,222). Sum of RGB (Red+Green+Blue) = 210+123+222=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #D27BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27BDE is #2D8421. Grayscale: #9F9F9F. Windows color (decimal): -2982946 or 14580690. OLE color: 14580690.
HSL color Cylindrical-coordinate representation of color #D27BDE: hue angle of 292.73º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D27BDE is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 123 | 222 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.13 |
| HSL | 292.73º | 0.6% | 0.68% | - |
| HSV(B) | 292.73º | 0.45% | 0.87% | - |
| XYZ | 46.85 | 33.14 | 73.04 | - |
| YUV | 160.3 | 162.82 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 123 | 222 | 0.05 | 0.45 | 0 | 0.13 | 292.73 | 0.6 | 0.68 |
| Hex | D2 | 7B | DE | 5 | 2D | 0 | D | 125 | 3C | 44 |
| Octal | 322 | 173 | 336 | 5 | 55 | 0 | 15 | 445 | 74 | 104 |
| Binary | 11010010 | 1111011 | 11011110 | 101 | 101101 | 0 | 1101 | 100100101 | 111100 | 1000100 |
Color Harmonies of #D27BDE
Complementary color
Monochromatic Colors of #D27BDE
Black with #D27BDE
Text Example
Text Example
White with #D27BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27BDE; }
p { color: rgb(210,123,222); }
H1.HeaderClassName
{
color: #D27BDE;
}
.AnyTagClassName
{
color: #D27BDE;
}
</style>
background-color css
<style>
a { background-color: #D27BDE; }
a { background-color: rgb(210,123,222); }
div.DivClassName
{
background-color: #D27BDE;
}
.BgClassName
{
background-color: #D27BDE;
}
</style>
border-color css
<style>
span { border-color: #D27BDE; }
span { border-color: rgb(210,123,222); }
td.TdClassName
{
border-color: #D27BDE;
}
.TagClassName
{
border-color: #D27BDE;
}
</style>