Shades of Orchid #D07FDE
Tints of Orchid #D07FDE
RGB
CMYK
RGB Variations
Color information
#D07FDE (or 0xD07FDE) is known color: Orchid. HEX triplet: D0, 7F and DE. RGB value is (208,127,222). Sum of RGB (Red+Green+Blue) = 208+127+222=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #D07FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FDE is #2F8021. Grayscale: #A1A1A1. Windows color (decimal): -3112994 or 14581712. OLE color: 14581712.
HSL color Cylindrical-coordinate representation of color #D07FDE: hue angle of 291.16º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D07FDE is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 127 | 222 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.13 |
| HSL | 291.16º | 0.59% | 0.68% | - |
| HSV(B) | 291.16º | 0.43% | 0.87% | - |
| XYZ | 46.79 | 33.86 | 73.18 | - |
| YUV | 162.05 | 161.84 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 222 | 0.06 | 0.43 | 0 | 0.13 | 291.16 | 0.59 | 0.68 |
| Hex | D0 | 7F | DE | 6 | 2B | 0 | D | 123 | 3B | 44 |
| Octal | 320 | 177 | 336 | 6 | 53 | 0 | 15 | 443 | 73 | 104 |
| Binary | 11010000 | 1111111 | 11011110 | 110 | 101011 | 0 | 1101 | 100100011 | 111011 | 1000100 |
Color Harmonies of #D07FDE
Complementary color
Monochromatic Colors of #D07FDE
Black with #D07FDE
Text Example
Text Example
White with #D07FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07FDE; }
p { color: rgb(208,127,222); }
H1.HeaderClassName
{
color: #D07FDE;
}
.AnyTagClassName
{
color: #D07FDE;
}
</style>
background-color css
<style>
a { background-color: #D07FDE; }
a { background-color: rgb(208,127,222); }
div.DivClassName
{
background-color: #D07FDE;
}
.BgClassName
{
background-color: #D07FDE;
}
</style>
border-color css
<style>
span { border-color: #D07FDE; }
span { border-color: rgb(208,127,222); }
td.TdClassName
{
border-color: #D07FDE;
}
.TagClassName
{
border-color: #D07FDE;
}
</style>