Shades of Orchid #D061D1
Tints of Orchid #D061D1
RGB
CMYK
RGB Variations
Color information
#D061D1 (or 0xD061D1) is known color: Orchid. HEX triplet: D0, 61 and D1. RGB value is (208,97,209). Sum of RGB (Red+Green+Blue) = 208+97+209=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 209 - color contains mainly: blue. Hex color #D061D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D061D1 is #2F9E2E. Grayscale: #8E8E8E. Windows color (decimal): -3120687 or 13722064. OLE color: 13722064.
HSL color Cylindrical-coordinate representation of color #D061D1: hue angle of 299.46º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D061D1 is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 97 | 209 | - |
| CMYK | 0.00 | 0.54 | 0 | 0.18 |
| HSL | 299.46º | 0.55% | 0.6% | - |
| HSV(B) | 299.46º | 0.54% | 0.82% | - |
| XYZ | 41.8 | 26.56 | 63.25 | - |
| YUV | 142.96 | 165.27 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 97 | 209 | 0.00 | 0.54 | 0 | 0.18 | 299.46 | 0.55 | 0.6 |
| Hex | D0 | 61 | D1 | 0 | 36 | 0 | 12 | 12B | 37 | 3C |
| Octal | 320 | 141 | 321 | 0 | 66 | 0 | 22 | 453 | 67 | 74 |
| Binary | 11010000 | 1100001 | 11010001 | 0 | 110110 | 0 | 10010 | 100101011 | 110111 | 111100 |
Color Harmonies of #D061D1
Complementary color
Monochromatic Colors of #D061D1
Black with #D061D1
Text Example
Text Example
White with #D061D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D061D1; }
p { color: rgb(208,97,209); }
H1.HeaderClassName
{
color: #D061D1;
}
.AnyTagClassName
{
color: #D061D1;
}
</style>
background-color css
<style>
a { background-color: #D061D1; }
a { background-color: rgb(208,97,209); }
div.DivClassName
{
background-color: #D061D1;
}
.BgClassName
{
background-color: #D061D1;
}
</style>
border-color css
<style>
span { border-color: #D061D1; }
span { border-color: rgb(208,97,209); }
td.TdClassName
{
border-color: #D061D1;
}
.TagClassName
{
border-color: #D061D1;
}
</style>