Shades of Orchid #D289D0
Tints of Orchid #D289D0
RGB
CMYK
RGB Variations
Color information
#D289D0 (or 0xD289D0) is known color: Orchid. HEX triplet: D2, 89 and D0. RGB value is (210,137,208). Sum of RGB (Red+Green+Blue) = 210+137+208=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 210 - color contains mainly: red. Hex color #D289D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D289D0 is #2D762F. Grayscale: #A6A6A6. Windows color (decimal): -2979376 or 13666770. OLE color: 13666770.
HSL color Cylindrical-coordinate representation of color #D289D0: hue angle of 301.64º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D289D0 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 137 | 208 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.18 |
| HSL | 301.64º | 0.45% | 0.68% | - |
| HSV(B) | 301.64º | 0.35% | 0.82% | - |
| XYZ | 46.91 | 36.15 | 64.18 | - |
| YUV | 166.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 208 | 0 | 0.35 | 0.01 | 0.18 | 301.64 | 0.45 | 0.68 |
| Hex | D2 | 89 | D0 | 0 | 23 | 1 | 12 | 12E | 2D | 44 |
| Octal | 322 | 211 | 320 | 0 | 43 | 1 | 22 | 456 | 55 | 104 |
| Binary | 11010010 | 10001001 | 11010000 | 0 | 100011 | 1 | 10010 | 100101110 | 101101 | 1000100 |
Color Harmonies of #D289D0
Complementary color
Monochromatic Colors of #D289D0
Black with #D289D0
Text Example
Text Example
White with #D289D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D289D0; }
p { color: rgb(210,137,208); }
H1.HeaderClassName
{
color: #D289D0;
}
.AnyTagClassName
{
color: #D289D0;
}
</style>
background-color css
<style>
a { background-color: #D289D0; }
a { background-color: rgb(210,137,208); }
div.DivClassName
{
background-color: #D289D0;
}
.BgClassName
{
background-color: #D289D0;
}
</style>
border-color css
<style>
span { border-color: #D289D0; }
span { border-color: rgb(210,137,208); }
td.TdClassName
{
border-color: #D289D0;
}
.TagClassName
{
border-color: #D289D0;
}
</style>