Shades of Orchid #D787CB
Tints of Orchid #D787CB
RGB
CMYK
RGB Variations
Color information
#D787CB (or 0xD787CB) is known color: Orchid. HEX triplet: D7, 87 and CB. RGB value is (215,135,203). Sum of RGB (Red+Green+Blue) = 215+135+203=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D787CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D787CB is #287834. Grayscale: #A6A6A6. Windows color (decimal): -2652213 or 13338583. OLE color: 13338583.
HSL color Cylindrical-coordinate representation of color #D787CB: hue angle of 309º 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 #D787CB is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 135 | 203 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.16 |
| HSL | 309º | 0.5% | 0.69% | - |
| HSV(B) | 309º | 0.37% | 0.84% | - |
| XYZ | 47.47 | 36.09 | 60.96 | - |
| YUV | 166.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 135 | 203 | 0 | 0.37 | 0.06 | 0.16 | 309 | 0.5 | 0.69 |
| Hex | D7 | 87 | CB | 0 | 25 | 6 | 10 | 135 | 32 | 45 |
| Octal | 327 | 207 | 313 | 0 | 45 | 6 | 20 | 465 | 62 | 105 |
| Binary | 11010111 | 10000111 | 11001011 | 0 | 100101 | 110 | 10000 | 100110101 | 110010 | 1000101 |
Color Harmonies of #D787CB
Complementary color
Monochromatic Colors of #D787CB
Black with #D787CB
Text Example
Text Example
White with #D787CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D787CB; }
p { color: rgb(215,135,203); }
H1.HeaderClassName
{
color: #D787CB;
}
.AnyTagClassName
{
color: #D787CB;
}
</style>
background-color css
<style>
a { background-color: #D787CB; }
a { background-color: rgb(215,135,203); }
div.DivClassName
{
background-color: #D787CB;
}
.BgClassName
{
background-color: #D787CB;
}
</style>
border-color css
<style>
span { border-color: #D787CB; }
span { border-color: rgb(215,135,203); }
td.TdClassName
{
border-color: #D787CB;
}
.TagClassName
{
border-color: #D787CB;
}
</style>