Shades of Orchid #D287CD
Tints of Orchid #D287CD
RGB
CMYK
RGB Variations
Color information
#D287CD (or 0xD287CD) is known color: Orchid. HEX triplet: D2, 87 and CD. RGB value is (210,135,205). Sum of RGB (Red+Green+Blue) = 210+135+205=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 210 - color contains mainly: red. Hex color #D287CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D287CD is #2D7832. Grayscale: #A5A5A5. Windows color (decimal): -2979891 or 13469650. OLE color: 13469650.
HSL color Cylindrical-coordinate representation of color #D287CD: hue angle of 304º 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 #D287CD is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 135 | 205 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.18 |
| HSL | 304º | 0.45% | 0.68% | - |
| HSV(B) | 304º | 0.36% | 0.82% | - |
| XYZ | 46.26 | 35.44 | 62.16 | - |
| YUV | 165.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 205 | 0 | 0.36 | 0.02 | 0.18 | 304 | 0.45 | 0.68 |
| Hex | D2 | 87 | CD | 0 | 24 | 2 | 12 | 130 | 2D | 44 |
| Octal | 322 | 207 | 315 | 0 | 44 | 2 | 22 | 460 | 55 | 104 |
| Binary | 11010010 | 10000111 | 11001101 | 0 | 100100 | 10 | 10010 | 100110000 | 101101 | 1000100 |
Color Harmonies of #D287CD
Complementary color
Monochromatic Colors of #D287CD
Black with #D287CD
Text Example
Text Example
White with #D287CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D287CD; }
p { color: rgb(210,135,205); }
H1.HeaderClassName
{
color: #D287CD;
}
.AnyTagClassName
{
color: #D287CD;
}
</style>
background-color css
<style>
a { background-color: #D287CD; }
a { background-color: rgb(210,135,205); }
div.DivClassName
{
background-color: #D287CD;
}
.BgClassName
{
background-color: #D287CD;
}
</style>
border-color css
<style>
span { border-color: #D287CD; }
span { border-color: rgb(210,135,205); }
td.TdClassName
{
border-color: #D287CD;
}
.TagClassName
{
border-color: #D287CD;
}
</style>