Shades of Orchid #D287C9
Tints of Orchid #D287C9
RGB
CMYK
RGB Variations
Color information
#D287C9 (or 0xD287C9) is known color: Orchid. HEX triplet: D2, 87 and C9. RGB value is (210,135,201). Sum of RGB (Red+Green+Blue) = 210+135+201=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 135 (53.12% from 255 or 24.73% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D287C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D287C9 is #2D7836. Grayscale: #A4A4A4. Windows color (decimal): -2979895 or 13207506. OLE color: 13207506.
HSL color Cylindrical-coordinate representation of color #D287C9: hue angle of 307.2º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D287C9 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 135 | 201 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.18 |
| HSL | 307.2º | 0.45% | 0.68% | - |
| HSV(B) | 307.2º | 0.36% | 0.82% | - |
| XYZ | 45.78 | 35.25 | 59.65 | - |
| YUV | 164.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 201 | 0 | 0.36 | 0.04 | 0.18 | 307.2 | 0.45 | 0.68 |
| Hex | D2 | 87 | C9 | 0 | 24 | 4 | 12 | 133 | 2D | 44 |
| Octal | 322 | 207 | 311 | 0 | 44 | 4 | 22 | 463 | 55 | 104 |
| Binary | 11010010 | 10000111 | 11001001 | 0 | 100100 | 100 | 10010 | 100110011 | 101101 | 1000100 |
Color Harmonies of #D287C9
Complementary color
Monochromatic Colors of #D287C9
Black with #D287C9
Text Example
Text Example
White with #D287C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D287C9; }
p { color: rgb(210,135,201); }
H1.HeaderClassName
{
color: #D287C9;
}
.AnyTagClassName
{
color: #D287C9;
}
</style>
background-color css
<style>
a { background-color: #D287C9; }
a { background-color: rgb(210,135,201); }
div.DivClassName
{
background-color: #D287C9;
}
.BgClassName
{
background-color: #D287C9;
}
</style>
border-color css
<style>
span { border-color: #D287C9; }
span { border-color: rgb(210,135,201); }
td.TdClassName
{
border-color: #D287C9;
}
.TagClassName
{
border-color: #D287C9;
}
</style>