Shades of Orchid #D287CF
Tints of Orchid #D287CF
RGB
CMYK
RGB Variations
Color information
#D287CF (or 0xD287CF) is known color: Orchid. HEX triplet: D2, 87 and CF. RGB value is (210,135,207). Sum of RGB (Red+Green+Blue) = 210+135+207=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 135 (53.12% from 255 or 24.46% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 210 - color contains mainly: red. Hex color #D287CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D287CF is #2D7830. Grayscale: #A5A5A5. Windows color (decimal): -2979889 or 13600722. OLE color: 13600722.
HSL color Cylindrical-coordinate representation of color #D287CF: hue angle of 302.4º 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 #D287CF is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 135 | 207 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.18 |
| HSL | 302.4º | 0.45% | 0.68% | - |
| HSV(B) | 302.4º | 0.36% | 0.82% | - |
| XYZ | 46.5 | 35.53 | 63.44 | - |
| YUV | 165.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 207 | 0 | 0.36 | 0.01 | 0.18 | 302.4 | 0.45 | 0.68 |
| Hex | D2 | 87 | CF | 0 | 24 | 1 | 12 | 12E | 2D | 44 |
| Octal | 322 | 207 | 317 | 0 | 44 | 1 | 22 | 456 | 55 | 104 |
| Binary | 11010010 | 10000111 | 11001111 | 0 | 100100 | 1 | 10010 | 100101110 | 101101 | 1000100 |
Color Harmonies of #D287CF
Complementary color
Monochromatic Colors of #D287CF
Black with #D287CF
Text Example
Text Example
White with #D287CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D287CF; }
p { color: rgb(210,135,207); }
H1.HeaderClassName
{
color: #D287CF;
}
.AnyTagClassName
{
color: #D287CF;
}
</style>
background-color css
<style>
a { background-color: #D287CF; }
a { background-color: rgb(210,135,207); }
div.DivClassName
{
background-color: #D287CF;
}
.BgClassName
{
background-color: #D287CF;
}
</style>
border-color css
<style>
span { border-color: #D287CF; }
span { border-color: rgb(210,135,207); }
td.TdClassName
{
border-color: #D287CF;
}
.TagClassName
{
border-color: #D287CF;
}
</style>