Shades of Orchid #D07DBC
Tints of Orchid #D07DBC
RGB
CMYK
RGB Variations
Color information
#D07DBC (or 0xD07DBC) is known color: Orchid. HEX triplet: D0, 7D and BC. RGB value is (208,125,188). Sum of RGB (Red+Green+Blue) = 208+125+188=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DBC is #2F8243. Grayscale: #9C9C9C. Windows color (decimal): -3113540 or 12352976. OLE color: 12352976.
HSL color Cylindrical-coordinate representation of color #D07DBC: hue angle of 314.46º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07DBC is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 125 | 188 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.18 |
| HSL | 314.46º | 0.47% | 0.65% | - |
| HSV(B) | 314.46º | 0.4% | 0.82% | - |
| XYZ | 42.42 | 31.71 | 51.46 | - |
| YUV | 157 | 145.5 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 188 | 0 | 0.40 | 0.10 | 0.18 | 314.46 | 0.47 | 0.65 |
| Hex | D0 | 7D | BC | 0 | 28 | A | 12 | 13A | 2F | 41 |
| Octal | 320 | 175 | 274 | 0 | 50 | 12 | 22 | 472 | 57 | 101 |
| Binary | 11010000 | 1111101 | 10111100 | 0 | 101000 | 1010 | 10010 | 100111010 | 101111 | 1000001 |
Color Harmonies of #D07DBC
Complementary color
Monochromatic Colors of #D07DBC
Black with #D07DBC
Text Example
Text Example
White with #D07DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07DBC; }
p { color: rgb(208,125,188); }
H1.HeaderClassName
{
color: #D07DBC;
}
.AnyTagClassName
{
color: #D07DBC;
}
</style>
background-color css
<style>
a { background-color: #D07DBC; }
a { background-color: rgb(208,125,188); }
div.DivClassName
{
background-color: #D07DBC;
}
.BgClassName
{
background-color: #D07DBC;
}
</style>
border-color css
<style>
span { border-color: #D07DBC; }
span { border-color: rgb(208,125,188); }
td.TdClassName
{
border-color: #D07DBC;
}
.TagClassName
{
border-color: #D07DBC;
}
</style>