Shades of Orchid #D07DC6
Tints of Orchid #D07DC6
RGB
CMYK
RGB Variations
Color information
#D07DC6 (or 0xD07DC6) is known color: Orchid. HEX triplet: D0, 7D and C6. RGB value is (208,125,198). Sum of RGB (Red+Green+Blue) = 208+125+198=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DC6 is #2F8239. Grayscale: #9D9D9D. Windows color (decimal): -3113530 or 13008336. OLE color: 13008336.
HSL color Cylindrical-coordinate representation of color #D07DC6: hue angle of 307.23º 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 #D07DC6 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 125 | 198 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.18 |
| HSL | 307.23º | 0.47% | 0.65% | - |
| HSV(B) | 307.23º | 0.4% | 0.82% | - |
| XYZ | 43.54 | 32.15 | 57.34 | - |
| YUV | 158.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 198 | 0 | 0.40 | 0.05 | 0.18 | 307.23 | 0.47 | 0.65 |
| Hex | D0 | 7D | C6 | 0 | 28 | 5 | 12 | 133 | 2F | 41 |
| Octal | 320 | 175 | 306 | 0 | 50 | 5 | 22 | 463 | 57 | 101 |
| Binary | 11010000 | 1111101 | 11000110 | 0 | 101000 | 101 | 10010 | 100110011 | 101111 | 1000001 |
Color Harmonies of #D07DC6
Complementary color
Monochromatic Colors of #D07DC6
Black with #D07DC6
Text Example
Text Example
White with #D07DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07DC6; }
p { color: rgb(208,125,198); }
H1.HeaderClassName
{
color: #D07DC6;
}
.AnyTagClassName
{
color: #D07DC6;
}
</style>
background-color css
<style>
a { background-color: #D07DC6; }
a { background-color: rgb(208,125,198); }
div.DivClassName
{
background-color: #D07DC6;
}
.BgClassName
{
background-color: #D07DC6;
}
</style>
border-color css
<style>
span { border-color: #D07DC6; }
span { border-color: rgb(208,125,198); }
td.TdClassName
{
border-color: #D07DC6;
}
.TagClassName
{
border-color: #D07DC6;
}
</style>