Shades of Orchid #D787C9
Tints of Orchid #D787C9
RGB
CMYK
RGB Variations
Color information
#D787C9 (or 0xD787C9) is known color: Orchid. HEX triplet: D7, 87 and C9. RGB value is (215,135,201). Sum of RGB (Red+Green+Blue) = 215+135+201=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 135 (53.12% from 255 or 24.50% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 215 - color contains mainly: red. Hex color #D787C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D787C9 is #287836. Grayscale: #A6A6A6. Windows color (decimal): -2652215 or 13207511. OLE color: 13207511.
HSL color Cylindrical-coordinate representation of color #D787C9: hue angle of 310.5º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D787C9 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 135 | 201 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.16 |
| HSL | 310.5º | 0.5% | 0.69% | - |
| HSV(B) | 310.5º | 0.37% | 0.84% | - |
| XYZ | 47.23 | 35.99 | 59.72 | - |
| YUV | 166.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 135 | 201 | 0 | 0.37 | 0.07 | 0.16 | 310.5 | 0.5 | 0.69 |
| Hex | D7 | 87 | C9 | 0 | 25 | 7 | 10 | 136 | 32 | 45 |
| Octal | 327 | 207 | 311 | 0 | 45 | 7 | 20 | 466 | 62 | 105 |
| Binary | 11010111 | 10000111 | 11001001 | 0 | 100101 | 111 | 10000 | 100110110 | 110010 | 1000101 |
Color Harmonies of #D787C9
Complementary color
Monochromatic Colors of #D787C9
Black with #D787C9
Text Example
Text Example
White with #D787C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D787C9; }
p { color: rgb(215,135,201); }
H1.HeaderClassName
{
color: #D787C9;
}
.AnyTagClassName
{
color: #D787C9;
}
</style>
background-color css
<style>
a { background-color: #D787C9; }
a { background-color: rgb(215,135,201); }
div.DivClassName
{
background-color: #D787C9;
}
.BgClassName
{
background-color: #D787C9;
}
</style>
border-color css
<style>
span { border-color: #D787C9; }
span { border-color: rgb(215,135,201); }
td.TdClassName
{
border-color: #D787C9;
}
.TagClassName
{
border-color: #D787C9;
}
</style>