Shades of Orchid #D27AB9
Tints of Orchid #D27AB9
RGB
CMYK
RGB Variations
Color information
#D27AB9 (or 0xD27AB9) is known color: Orchid. HEX triplet: D2, 7A and B9. RGB value is (210,122,185). Sum of RGB (Red+Green+Blue) = 210+122+185=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D27AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27AB9 is #2D8546. Grayscale: #9B9B9B. Windows color (decimal): -2983239 or 12155602. OLE color: 12155602.
HSL color Cylindrical-coordinate representation of color #D27AB9: hue angle of 317.05º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D27AB9 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 185 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.18 |
| HSL | 317.05º | 0.49% | 0.65% | - |
| HSV(B) | 317.05º | 0.42% | 0.82% | - |
| XYZ | 42.29 | 31.12 | 49.68 | - |
| YUV | 155.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 185 | 0 | 0.42 | 0.12 | 0.18 | 317.05 | 0.49 | 0.65 |
| Hex | D2 | 7A | B9 | 0 | 2A | C | 12 | 13D | 31 | 41 |
| Octal | 322 | 172 | 271 | 0 | 52 | 14 | 22 | 475 | 61 | 101 |
| Binary | 11010010 | 1111010 | 10111001 | 0 | 101010 | 1100 | 10010 | 100111101 | 110001 | 1000001 |
Color Harmonies of #D27AB9
Complementary color
Monochromatic Colors of #D27AB9
Black with #D27AB9
Text Example
Text Example
White with #D27AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27AB9; }
p { color: rgb(210,122,185); }
H1.HeaderClassName
{
color: #D27AB9;
}
.AnyTagClassName
{
color: #D27AB9;
}
</style>
background-color css
<style>
a { background-color: #D27AB9; }
a { background-color: rgb(210,122,185); }
div.DivClassName
{
background-color: #D27AB9;
}
.BgClassName
{
background-color: #D27AB9;
}
</style>
border-color css
<style>
span { border-color: #D27AB9; }
span { border-color: rgb(210,122,185); }
td.TdClassName
{
border-color: #D27AB9;
}
.TagClassName
{
border-color: #D27AB9;
}
</style>