Shades of Orchid #D289CE
Tints of Orchid #D289CE
RGB
CMYK
RGB Variations
Color information
#D289CE (or 0xD289CE) is known color: Orchid. HEX triplet: D2, 89 and CE. RGB value is (210,137,206). Sum of RGB (Red+Green+Blue) = 210+137+206=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 210 - color contains mainly: red. Hex color #D289CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D289CE is #2D7631. Grayscale: #A6A6A6. Windows color (decimal): -2979378 or 13535698. OLE color: 13535698.
HSL color Cylindrical-coordinate representation of color #D289CE: hue angle of 303.29º 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 #D289CE is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 137 | 206 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.18 |
| HSL | 303.29º | 0.45% | 0.68% | - |
| HSV(B) | 303.29º | 0.35% | 0.82% | - |
| XYZ | 46.66 | 36.05 | 62.89 | - |
| YUV | 166.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 206 | 0 | 0.35 | 0.02 | 0.18 | 303.29 | 0.45 | 0.68 |
| Hex | D2 | 89 | CE | 0 | 23 | 2 | 12 | 12F | 2D | 44 |
| Octal | 322 | 211 | 316 | 0 | 43 | 2 | 22 | 457 | 55 | 104 |
| Binary | 11010010 | 10001001 | 11001110 | 0 | 100011 | 10 | 10010 | 100101111 | 101101 | 1000100 |
Color Harmonies of #D289CE
Complementary color
Monochromatic Colors of #D289CE
Black with #D289CE
Text Example
Text Example
White with #D289CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D289CE; }
p { color: rgb(210,137,206); }
H1.HeaderClassName
{
color: #D289CE;
}
.AnyTagClassName
{
color: #D289CE;
}
</style>
background-color css
<style>
a { background-color: #D289CE; }
a { background-color: rgb(210,137,206); }
div.DivClassName
{
background-color: #D289CE;
}
.BgClassName
{
background-color: #D289CE;
}
</style>
border-color css
<style>
span { border-color: #D289CE; }
span { border-color: rgb(210,137,206); }
td.TdClassName
{
border-color: #D289CE;
}
.TagClassName
{
border-color: #D289CE;
}
</style>