Shades of Orchid #D080DF
Tints of Orchid #D080DF
RGB
CMYK
RGB Variations
Color information
#D080DF (or 0xD080DF) is known color: Orchid. HEX triplet: D0, 80 and DF. RGB value is (208,128,223). Sum of RGB (Red+Green+Blue) = 208+128+223=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #D080DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080DF is #2F7F20. Grayscale: #A2A2A2. Windows color (decimal): -3112737 or 14647504. OLE color: 14647504.
HSL color Cylindrical-coordinate representation of color #D080DF: hue angle of 290.53º 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 #D080DF is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 128 | 223 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.13 |
| HSL | 290.53º | 0.6% | 0.69% | - |
| HSV(B) | 290.53º | 0.43% | 0.87% | - |
| XYZ | 47.05 | 34.18 | 73.93 | - |
| YUV | 162.75 | 162 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 223 | 0.07 | 0.43 | 0 | 0.13 | 290.53 | 0.6 | 0.69 |
| Hex | D0 | 80 | DF | 7 | 2B | 0 | D | 123 | 3C | 45 |
| Octal | 320 | 200 | 337 | 7 | 53 | 0 | 15 | 443 | 74 | 105 |
| Binary | 11010000 | 10000000 | 11011111 | 111 | 101011 | 0 | 1101 | 100100011 | 111100 | 1000101 |
Color Harmonies of #D080DF
Complementary color
Monochromatic Colors of #D080DF
Black with #D080DF
Text Example
Text Example
White with #D080DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D080DF; }
p { color: rgb(208,128,223); }
H1.HeaderClassName
{
color: #D080DF;
}
.AnyTagClassName
{
color: #D080DF;
}
</style>
background-color css
<style>
a { background-color: #D080DF; }
a { background-color: rgb(208,128,223); }
div.DivClassName
{
background-color: #D080DF;
}
.BgClassName
{
background-color: #D080DF;
}
</style>
border-color css
<style>
span { border-color: #D080DF; }
span { border-color: rgb(208,128,223); }
td.TdClassName
{
border-color: #D080DF;
}
.TagClassName
{
border-color: #D080DF;
}
</style>