Shades of Orchid #D27DBB
Tints of Orchid #D27DBB
RGB
CMYK
RGB Variations
Color information
#D27DBB (or 0xD27DBB) is known color: Orchid. HEX triplet: D2, 7D and BB. RGB value is (210,125,187). Sum of RGB (Red+Green+Blue) = 210+125+187=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DBB is #2D8244. Grayscale: #9D9D9D. Windows color (decimal): -2982469 or 12287442. OLE color: 12287442.
HSL color Cylindrical-coordinate representation of color #D27DBB: hue angle of 316.24º degrees, saturation: 0.49, 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 #D27DBB is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 187 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.18 |
| HSL | 316.24º | 0.49% | 0.66% | - |
| HSV(B) | 316.24º | 0.4% | 0.82% | - |
| XYZ | 42.88 | 31.96 | 50.92 | - |
| YUV | 157.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 187 | 0 | 0.40 | 0.11 | 0.18 | 316.24 | 0.49 | 0.66 |
| Hex | D2 | 7D | BB | 0 | 28 | B | 12 | 13C | 31 | 42 |
| Octal | 322 | 175 | 273 | 0 | 50 | 13 | 22 | 474 | 61 | 102 |
| Binary | 11010010 | 1111101 | 10111011 | 0 | 101000 | 1011 | 10010 | 100111100 | 110001 | 1000010 |
Color Harmonies of #D27DBB
Complementary color
Monochromatic Colors of #D27DBB
Black with #D27DBB
Text Example
Text Example
White with #D27DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27DBB; }
p { color: rgb(210,125,187); }
H1.HeaderClassName
{
color: #D27DBB;
}
.AnyTagClassName
{
color: #D27DBB;
}
</style>
background-color css
<style>
a { background-color: #D27DBB; }
a { background-color: rgb(210,125,187); }
div.DivClassName
{
background-color: #D27DBB;
}
.BgClassName
{
background-color: #D27DBB;
}
</style>
border-color css
<style>
span { border-color: #D27DBB; }
span { border-color: rgb(210,125,187); }
td.TdClassName
{
border-color: #D27DBB;
}
.TagClassName
{
border-color: #D27DBB;
}
</style>