Shades of Orchid #D07ABB
Tints of Orchid #D07ABB
RGB
CMYK
RGB Variations
Color information
#D07ABB (or 0xD07ABB) is known color: Orchid. HEX triplet: D0, 7A and BB. RGB value is (208,122,187). Sum of RGB (Red+Green+Blue) = 208+122+187=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D07ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ABB is #2F8544. Grayscale: #9A9A9A. Windows color (decimal): -3114309 or 12286672. OLE color: 12286672.
HSL color Cylindrical-coordinate representation of color #D07ABB: hue angle of 314.65º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D07ABB is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 187 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.18 |
| HSL | 314.65º | 0.48% | 0.65% | - |
| HSV(B) | 314.65º | 0.41% | 0.82% | - |
| XYZ | 41.94 | 30.92 | 50.77 | - |
| YUV | 155.12 | 145.99 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 187 | 0 | 0.41 | 0.10 | 0.18 | 314.65 | 0.48 | 0.65 |
| Hex | D0 | 7A | BB | 0 | 29 | A | 12 | 13B | 30 | 41 |
| Octal | 320 | 172 | 273 | 0 | 51 | 12 | 22 | 473 | 60 | 101 |
| Binary | 11010000 | 1111010 | 10111011 | 0 | 101001 | 1010 | 10010 | 100111011 | 110000 | 1000001 |
Color Harmonies of #D07ABB
Complementary color
Monochromatic Colors of #D07ABB
Black with #D07ABB
Text Example
Text Example
White with #D07ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07ABB; }
p { color: rgb(208,122,187); }
H1.HeaderClassName
{
color: #D07ABB;
}
.AnyTagClassName
{
color: #D07ABB;
}
</style>
background-color css
<style>
a { background-color: #D07ABB; }
a { background-color: rgb(208,122,187); }
div.DivClassName
{
background-color: #D07ABB;
}
.BgClassName
{
background-color: #D07ABB;
}
</style>
border-color css
<style>
span { border-color: #D07ABB; }
span { border-color: rgb(208,122,187); }
td.TdClassName
{
border-color: #D07ABB;
}
.TagClassName
{
border-color: #D07ABB;
}
</style>