Shades of Orchid #D07DC0
Tints of Orchid #D07DC0
RGB
CMYK
RGB Variations
Color information
#D07DC0 (or 0xD07DC0) is known color: Orchid. HEX triplet: D0, 7D and C0. RGB value is (208,125,192). Sum of RGB (Red+Green+Blue) = 208+125+192=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DC0 is #2F823F. Grayscale: #9D9D9D. Windows color (decimal): -3113536 or 12615120. OLE color: 12615120.
HSL color Cylindrical-coordinate representation of color #D07DC0: hue angle of 311.57º 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 #D07DC0 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 125 | 192 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.18 |
| HSL | 311.57º | 0.47% | 0.65% | - |
| HSV(B) | 311.57º | 0.4% | 0.82% | - |
| XYZ | 42.86 | 31.88 | 53.76 | - |
| YUV | 157.46 | 147.5 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 192 | 0 | 0.40 | 0.08 | 0.18 | 311.57 | 0.47 | 0.65 |
| Hex | D0 | 7D | C0 | 0 | 28 | 8 | 12 | 138 | 2F | 41 |
| Octal | 320 | 175 | 300 | 0 | 50 | 10 | 22 | 470 | 57 | 101 |
| Binary | 11010000 | 1111101 | 11000000 | 0 | 101000 | 1000 | 10010 | 100111000 | 101111 | 1000001 |
Color Harmonies of #D07DC0
Complementary color
Monochromatic Colors of #D07DC0
Black with #D07DC0
Text Example
Text Example
White with #D07DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07DC0; }
p { color: rgb(208,125,192); }
H1.HeaderClassName
{
color: #D07DC0;
}
.AnyTagClassName
{
color: #D07DC0;
}
</style>
background-color css
<style>
a { background-color: #D07DC0; }
a { background-color: rgb(208,125,192); }
div.DivClassName
{
background-color: #D07DC0;
}
.BgClassName
{
background-color: #D07DC0;
}
</style>
border-color css
<style>
span { border-color: #D07DC0; }
span { border-color: rgb(208,125,192); }
td.TdClassName
{
border-color: #D07DC0;
}
.TagClassName
{
border-color: #D07DC0;
}
</style>