Shades of Orchid #D27AB7
Tints of Orchid #D27AB7
RGB
CMYK
RGB Variations
Color information
#D27AB7 (or 0xD27AB7) is known color: Orchid. HEX triplet: D2, 7A and B7. RGB value is (210,122,183). Sum of RGB (Red+Green+Blue) = 210+122+183=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D27AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27AB7 is #2D8548. Grayscale: #9B9B9B. Windows color (decimal): -2983241 or 12024530. OLE color: 12024530.
HSL color Cylindrical-coordinate representation of color #D27AB7: hue angle of 318.41º 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 #D27AB7 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 183 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.18 |
| HSL | 318.41º | 0.49% | 0.65% | - |
| HSV(B) | 318.41º | 0.42% | 0.82% | - |
| XYZ | 42.09 | 31.04 | 48.57 | - |
| YUV | 155.27 | 143.65 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 183 | 0 | 0.42 | 0.13 | 0.18 | 318.41 | 0.49 | 0.65 |
| Hex | D2 | 7A | B7 | 0 | 2A | D | 12 | 13E | 31 | 41 |
| Octal | 322 | 172 | 267 | 0 | 52 | 15 | 22 | 476 | 61 | 101 |
| Binary | 11010010 | 1111010 | 10110111 | 0 | 101010 | 1101 | 10010 | 100111110 | 110001 | 1000001 |
Color Harmonies of #D27AB7
Complementary color
Monochromatic Colors of #D27AB7
Black with #D27AB7
Text Example
Text Example
White with #D27AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27AB7; }
p { color: rgb(210,122,183); }
H1.HeaderClassName
{
color: #D27AB7;
}
.AnyTagClassName
{
color: #D27AB7;
}
</style>
background-color css
<style>
a { background-color: #D27AB7; }
a { background-color: rgb(210,122,183); }
div.DivClassName
{
background-color: #D27AB7;
}
.BgClassName
{
background-color: #D27AB7;
}
</style>
border-color css
<style>
span { border-color: #D27AB7; }
span { border-color: rgb(210,122,183); }
td.TdClassName
{
border-color: #D27AB7;
}
.TagClassName
{
border-color: #D27AB7;
}
</style>