Shades of Orchid #D080D1
Tints of Orchid #D080D1
RGB
CMYK
RGB Variations
Color information
#D080D1 (or 0xD080D1) is known color: Orchid. HEX triplet: D0, 80 and D1. RGB value is (208,128,209). Sum of RGB (Red+Green+Blue) = 208+128+209=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 209 - color contains mainly: blue. Hex color #D080D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080D1 is #2F7F2E. Grayscale: #A0A0A0. Windows color (decimal): -3112751 or 13730000. OLE color: 13730000.
HSL color Cylindrical-coordinate representation of color #D080D1: hue angle of 299.26º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D080D1 is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 209 | - |
| CMYK | 0.00 | 0.39 | 0 | 0.18 |
| HSL | 299.26º | 0.47% | 0.66% | - |
| HSV(B) | 299.26º | 0.39% | 0.82% | - |
| XYZ | 45.24 | 33.45 | 64.39 | - |
| YUV | 161.15 | 155 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 209 | 0.00 | 0.39 | 0 | 0.18 | 299.26 | 0.47 | 0.66 |
| Hex | D0 | 80 | D1 | 0 | 27 | 0 | 12 | 12B | 2F | 42 |
| Octal | 320 | 200 | 321 | 0 | 47 | 0 | 22 | 453 | 57 | 102 |
| Binary | 11010000 | 10000000 | 11010001 | 0 | 100111 | 0 | 10010 | 100101011 | 101111 | 1000010 |
Color Harmonies of #D080D1
Complementary color
Monochromatic Colors of #D080D1
Black with #D080D1
Text Example
Text Example
White with #D080D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D080D1; }
p { color: rgb(208,128,209); }
H1.HeaderClassName
{
color: #D080D1;
}
.AnyTagClassName
{
color: #D080D1;
}
</style>
background-color css
<style>
a { background-color: #D080D1; }
a { background-color: rgb(208,128,209); }
div.DivClassName
{
background-color: #D080D1;
}
.BgClassName
{
background-color: #D080D1;
}
</style>
border-color css
<style>
span { border-color: #D080D1; }
span { border-color: rgb(208,128,209); }
td.TdClassName
{
border-color: #D080D1;
}
.TagClassName
{
border-color: #D080D1;
}
</style>