Shades of Orchid #D080DC
Tints of Orchid #D080DC
RGB
CMYK
RGB Variations
Color information
#D080DC (or 0xD080DC) is known color: Orchid. HEX triplet: D0, 80 and DC. RGB value is (208,128,220). Sum of RGB (Red+Green+Blue) = 208+128+220=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #D080DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080DC is #2F7F23. Grayscale: #A2A2A2. Windows color (decimal): -3112740 or 14450896. OLE color: 14450896.
HSL color Cylindrical-coordinate representation of color #D080DC: hue angle of 292.17º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D080DC is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 128 | 220 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.14 |
| HSL | 292.17º | 0.57% | 0.68% | - |
| HSV(B) | 292.17º | 0.42% | 0.86% | - |
| XYZ | 46.65 | 34.02 | 71.82 | - |
| YUV | 162.41 | 160.5 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 220 | 0.05 | 0.42 | 0 | 0.14 | 292.17 | 0.57 | 0.68 |
| Hex | D0 | 80 | DC | 5 | 2A | 0 | E | 124 | 39 | 44 |
| Octal | 320 | 200 | 334 | 5 | 52 | 0 | 16 | 444 | 71 | 104 |
| Binary | 11010000 | 10000000 | 11011100 | 101 | 101010 | 0 | 1110 | 100100100 | 111001 | 1000100 |
Color Harmonies of #D080DC
Complementary color
Monochromatic Colors of #D080DC
Black with #D080DC
Text Example
Text Example
White with #D080DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D080DC; }
p { color: rgb(208,128,220); }
H1.HeaderClassName
{
color: #D080DC;
}
.AnyTagClassName
{
color: #D080DC;
}
</style>
background-color css
<style>
a { background-color: #D080DC; }
a { background-color: rgb(208,128,220); }
div.DivClassName
{
background-color: #D080DC;
}
.BgClassName
{
background-color: #D080DC;
}
</style>
border-color css
<style>
span { border-color: #D080DC; }
span { border-color: rgb(208,128,220); }
td.TdClassName
{
border-color: #D080DC;
}
.TagClassName
{
border-color: #D080DC;
}
</style>