Shades of Orchid #D07BBB
Tints of Orchid #D07BBB
RGB
CMYK
RGB Variations
Color information
#D07BBB (or 0xD07BBB) is known color: Orchid. HEX triplet: D0, 7B and BB. RGB value is (208,123,187). Sum of RGB (Red+Green+Blue) = 208+123+187=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D07BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07BBB is #2F8444. Grayscale: #9B9B9B. Windows color (decimal): -3114053 or 12286928. OLE color: 12286928.
HSL color Cylindrical-coordinate representation of color #D07BBB: hue angle of 314.82º degrees, saturation: 0.47, 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 #D07BBB is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 123 | 187 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.18 |
| HSL | 314.82º | 0.47% | 0.65% | - |
| HSV(B) | 314.82º | 0.41% | 0.82% | - |
| XYZ | 42.07 | 31.16 | 50.81 | - |
| YUV | 155.71 | 145.66 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 123 | 187 | 0 | 0.41 | 0.10 | 0.18 | 314.82 | 0.47 | 0.65 |
| Hex | D0 | 7B | BB | 0 | 29 | A | 12 | 13B | 2F | 41 |
| Octal | 320 | 173 | 273 | 0 | 51 | 12 | 22 | 473 | 57 | 101 |
| Binary | 11010000 | 1111011 | 10111011 | 0 | 101001 | 1010 | 10010 | 100111011 | 101111 | 1000001 |
Color Harmonies of #D07BBB
Complementary color
Monochromatic Colors of #D07BBB
Black with #D07BBB
Text Example
Text Example
White with #D07BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07BBB; }
p { color: rgb(208,123,187); }
H1.HeaderClassName
{
color: #D07BBB;
}
.AnyTagClassName
{
color: #D07BBB;
}
</style>
background-color css
<style>
a { background-color: #D07BBB; }
a { background-color: rgb(208,123,187); }
div.DivClassName
{
background-color: #D07BBB;
}
.BgClassName
{
background-color: #D07BBB;
}
</style>
border-color css
<style>
span { border-color: #D07BBB; }
span { border-color: rgb(208,123,187); }
td.TdClassName
{
border-color: #D07BBB;
}
.TagClassName
{
border-color: #D07BBB;
}
</style>