Shades of Orchid #D081D1
Tints of Orchid #D081D1
RGB
CMYK
RGB Variations
Color information
#D081D1 (or 0xD081D1) is known color: Orchid. HEX triplet: D0, 81 and D1. RGB value is (208,129,209). Sum of RGB (Red+Green+Blue) = 208+129+209=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 209 - color contains mainly: blue. Hex color #D081D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081D1 is #2F7E2E. Grayscale: #A1A1A1. Windows color (decimal): -3112495 or 13730256. OLE color: 13730256.
HSL color Cylindrical-coordinate representation of color #D081D1: hue angle of 299.25º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D081D1 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 209 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.18 |
| HSL | 299.25º | 0.47% | 0.66% | - |
| HSV(B) | 299.25º | 0.38% | 0.82% | - |
| XYZ | 45.37 | 33.71 | 64.44 | - |
| YUV | 161.74 | 154.67 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 209 | 0.00 | 0.38 | 0 | 0.18 | 299.25 | 0.47 | 0.66 |
| Hex | D0 | 81 | D1 | 0 | 26 | 0 | 12 | 12B | 2F | 42 |
| Octal | 320 | 201 | 321 | 0 | 46 | 0 | 22 | 453 | 57 | 102 |
| Binary | 11010000 | 10000001 | 11010001 | 0 | 100110 | 0 | 10010 | 100101011 | 101111 | 1000010 |
Color Harmonies of #D081D1
Complementary color
Monochromatic Colors of #D081D1
Black with #D081D1
Text Example
Text Example
White with #D081D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D081D1; }
p { color: rgb(208,129,209); }
H1.HeaderClassName
{
color: #D081D1;
}
.AnyTagClassName
{
color: #D081D1;
}
</style>
background-color css
<style>
a { background-color: #D081D1; }
a { background-color: rgb(208,129,209); }
div.DivClassName
{
background-color: #D081D1;
}
.BgClassName
{
background-color: #D081D1;
}
</style>
border-color css
<style>
span { border-color: #D081D1; }
span { border-color: rgb(208,129,209); }
td.TdClassName
{
border-color: #D081D1;
}
.TagClassName
{
border-color: #D081D1;
}
</style>