Shades of Orchid #D07BBF
Tints of Orchid #D07BBF
RGB
CMYK
RGB Variations
Color information
#D07BBF (or 0xD07BBF) is known color: Orchid. HEX triplet: D0, 7B and BF. RGB value is (208,123,191). Sum of RGB (Red+Green+Blue) = 208+123+191=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D07BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07BBF is #2F8440. Grayscale: #9B9B9B. Windows color (decimal): -3114049 or 12549072. OLE color: 12549072.
HSL color Cylindrical-coordinate representation of color #D07BBF: hue angle of 312º 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 #D07BBF is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 123 | 191 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.18 |
| HSL | 312º | 0.47% | 0.65% | - |
| HSV(B) | 312º | 0.41% | 0.82% | - |
| XYZ | 42.5 | 31.34 | 53.1 | - |
| YUV | 156.17 | 147.66 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 123 | 191 | 0 | 0.41 | 0.08 | 0.18 | 312 | 0.47 | 0.65 |
| Hex | D0 | 7B | BF | 0 | 29 | 8 | 12 | 138 | 2F | 41 |
| Octal | 320 | 173 | 277 | 0 | 51 | 10 | 22 | 470 | 57 | 101 |
| Binary | 11010000 | 1111011 | 10111111 | 0 | 101001 | 1000 | 10010 | 100111000 | 101111 | 1000001 |
Color Harmonies of #D07BBF
Complementary color
Monochromatic Colors of #D07BBF
Black with #D07BBF
Text Example
Text Example
White with #D07BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07BBF; }
p { color: rgb(208,123,191); }
H1.HeaderClassName
{
color: #D07BBF;
}
.AnyTagClassName
{
color: #D07BBF;
}
</style>
background-color css
<style>
a { background-color: #D07BBF; }
a { background-color: rgb(208,123,191); }
div.DivClassName
{
background-color: #D07BBF;
}
.BgClassName
{
background-color: #D07BBF;
}
</style>
border-color css
<style>
span { border-color: #D07BBF; }
span { border-color: rgb(208,123,191); }
td.TdClassName
{
border-color: #D07BBF;
}
.TagClassName
{
border-color: #D07BBF;
}
</style>