Shades of Orchid #D27ABB
Tints of Orchid #D27ABB
RGB
CMYK
RGB Variations
Color information
#D27ABB (or 0xD27ABB) is known color: Orchid. HEX triplet: D2, 7A and BB. RGB value is (210,122,187). Sum of RGB (Red+Green+Blue) = 210+122+187=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D27ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27ABB is #2D8544. Grayscale: #9B9B9B. Windows color (decimal): -2983237 or 12286674. OLE color: 12286674.
HSL color Cylindrical-coordinate representation of color #D27ABB: hue angle of 315.68º 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 #D27ABB is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 187 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.18 |
| HSL | 315.68º | 0.49% | 0.65% | - |
| HSV(B) | 315.68º | 0.42% | 0.82% | - |
| XYZ | 42.51 | 31.21 | 50.8 | - |
| YUV | 155.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 187 | 0 | 0.42 | 0.11 | 0.18 | 315.68 | 0.49 | 0.65 |
| Hex | D2 | 7A | BB | 0 | 2A | B | 12 | 13C | 31 | 41 |
| Octal | 322 | 172 | 273 | 0 | 52 | 13 | 22 | 474 | 61 | 101 |
| Binary | 11010010 | 1111010 | 10111011 | 0 | 101010 | 1011 | 10010 | 100111100 | 110001 | 1000001 |
Color Harmonies of #D27ABB
Complementary color
Monochromatic Colors of #D27ABB
Black with #D27ABB
Text Example
Text Example
White with #D27ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27ABB; }
p { color: rgb(210,122,187); }
H1.HeaderClassName
{
color: #D27ABB;
}
.AnyTagClassName
{
color: #D27ABB;
}
</style>
background-color css
<style>
a { background-color: #D27ABB; }
a { background-color: rgb(210,122,187); }
div.DivClassName
{
background-color: #D27ABB;
}
.BgClassName
{
background-color: #D27ABB;
}
</style>
border-color css
<style>
span { border-color: #D27ABB; }
span { border-color: rgb(210,122,187); }
td.TdClassName
{
border-color: #D27ABB;
}
.TagClassName
{
border-color: #D27ABB;
}
</style>