Shades of Orchid #D07FDF
Tints of Orchid #D07FDF
RGB
CMYK
RGB Variations
Color information
#D07FDF (or 0xD07FDF) is known color: Orchid. HEX triplet: D0, 7F and DF. RGB value is (208,127,223). Sum of RGB (Red+Green+Blue) = 208+127+223=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #D07FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FDF is #2F8020. Grayscale: #A1A1A1. Windows color (decimal): -3112993 or 14647248. OLE color: 14647248.
HSL color Cylindrical-coordinate representation of color #D07FDF: hue angle of 290.62º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D07FDF is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 127 | 223 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.13 |
| HSL | 290.63º | 0.6% | 0.69% | - |
| HSV(B) | 290.63º | 0.43% | 0.87% | - |
| XYZ | 46.92 | 33.92 | 73.89 | - |
| YUV | 162.16 | 162.34 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 223 | 0.07 | 0.43 | 0 | 0.13 | 290.63 | 0.6 | 0.69 |
| Hex | D0 | 7F | DF | 7 | 2B | 0 | D | 123 | 3C | 45 |
| Octal | 320 | 177 | 337 | 7 | 53 | 0 | 15 | 443 | 74 | 105 |
| Binary | 11010000 | 1111111 | 11011111 | 111 | 101011 | 0 | 1101 | 100100011 | 111100 | 1000101 |
Color Harmonies of #D07FDF
Complementary color
Monochromatic Colors of #D07FDF
Black with #D07FDF
Text Example
Text Example
White with #D07FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07FDF; }
p { color: rgb(208,127,223); }
H1.HeaderClassName
{
color: #D07FDF;
}
.AnyTagClassName
{
color: #D07FDF;
}
</style>
background-color css
<style>
a { background-color: #D07FDF; }
a { background-color: rgb(208,127,223); }
div.DivClassName
{
background-color: #D07FDF;
}
.BgClassName
{
background-color: #D07FDF;
}
</style>
border-color css
<style>
span { border-color: #D07FDF; }
span { border-color: rgb(208,127,223); }
td.TdClassName
{
border-color: #D07FDF;
}
.TagClassName
{
border-color: #D07FDF;
}
</style>