Shades of Orchid #D07BD8
Tints of Orchid #D07BD8
RGB
CMYK
RGB Variations
Color information
#D07BD8 (or 0xD07BD8) is known color: Orchid. HEX triplet: D0, 7B and D8. RGB value is (208,123,216). Sum of RGB (Red+Green+Blue) = 208+123+216=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 216 - color contains mainly: blue. Hex color #D07BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07BD8 is #2F8427. Grayscale: #9E9E9E. Windows color (decimal): -3114024 or 14187472. OLE color: 14187472.
HSL color Cylindrical-coordinate representation of color #D07BD8: hue angle of 294.84º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D07BD8 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 123 | 216 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.15 |
| HSL | 294.84º | 0.54% | 0.66% | - |
| HSV(B) | 294.84º | 0.43% | 0.85% | - |
| XYZ | 45.49 | 32.53 | 68.85 | - |
| YUV | 159.02 | 160.16 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 123 | 216 | 0.04 | 0.43 | 0 | 0.15 | 294.84 | 0.54 | 0.66 |
| Hex | D0 | 7B | D8 | 4 | 2B | 0 | F | 127 | 36 | 42 |
| Octal | 320 | 173 | 330 | 4 | 53 | 0 | 17 | 447 | 66 | 102 |
| Binary | 11010000 | 1111011 | 11011000 | 100 | 101011 | 0 | 1111 | 100100111 | 110110 | 1000010 |
Color Harmonies of #D07BD8
Complementary color
Monochromatic Colors of #D07BD8
Black with #D07BD8
Text Example
Text Example
White with #D07BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07BD8; }
p { color: rgb(208,123,216); }
H1.HeaderClassName
{
color: #D07BD8;
}
.AnyTagClassName
{
color: #D07BD8;
}
</style>
background-color css
<style>
a { background-color: #D07BD8; }
a { background-color: rgb(208,123,216); }
div.DivClassName
{
background-color: #D07BD8;
}
.BgClassName
{
background-color: #D07BD8;
}
</style>
border-color css
<style>
span { border-color: #D07BD8; }
span { border-color: rgb(208,123,216); }
td.TdClassName
{
border-color: #D07BD8;
}
.TagClassName
{
border-color: #D07BD8;
}
</style>