Shades of Orchid #D07DCF
Tints of Orchid #D07DCF
RGB
CMYK
RGB Variations
Color information
#D07DCF (or 0xD07DCF) is known color: Orchid. HEX triplet: D0, 7D and CF. RGB value is (208,125,207). Sum of RGB (Red+Green+Blue) = 208+125+207=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DCF is #2F8230. Grayscale: #9E9E9E. Windows color (decimal): -3113521 or 13598160. OLE color: 13598160.
HSL color Cylindrical-coordinate representation of color #D07DCF: hue angle of 300.72º 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 #D07DCF is Cyan = 0, Magento = 0.40, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 125 | 207 | - |
| CMYK | 0 | 0.40 | 0.00 | 0.18 |
| HSL | 300.72º | 0.47% | 0.65% | - |
| HSV(B) | 300.72º | 0.4% | 0.82% | - |
| XYZ | 44.61 | 32.58 | 62.97 | - |
| YUV | 159.17 | 155 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 207 | 0 | 0.40 | 0.00 | 0.18 | 300.72 | 0.47 | 0.65 |
| Hex | D0 | 7D | CF | 0 | 28 | 0 | 12 | 12D | 2F | 41 |
| Octal | 320 | 175 | 317 | 0 | 50 | 0 | 22 | 455 | 57 | 101 |
| Binary | 11010000 | 1111101 | 11001111 | 0 | 101000 | 0 | 10010 | 100101101 | 101111 | 1000001 |
Color Harmonies of #D07DCF
Complementary color
Monochromatic Colors of #D07DCF
Black with #D07DCF
Text Example
Text Example
White with #D07DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07DCF; }
p { color: rgb(208,125,207); }
H1.HeaderClassName
{
color: #D07DCF;
}
.AnyTagClassName
{
color: #D07DCF;
}
</style>
background-color css
<style>
a { background-color: #D07DCF; }
a { background-color: rgb(208,125,207); }
div.DivClassName
{
background-color: #D07DCF;
}
.BgClassName
{
background-color: #D07DCF;
}
</style>
border-color css
<style>
span { border-color: #D07DCF; }
span { border-color: rgb(208,125,207); }
td.TdClassName
{
border-color: #D07DCF;
}
.TagClassName
{
border-color: #D07DCF;
}
</style>