Shades of Orchid #D789C9
Tints of Orchid #D789C9
RGB
CMYK
RGB Variations
Color information
#D789C9 (or 0xD789C9) is known color: Orchid. HEX triplet: D7, 89 and C9. RGB value is (215,137,201). Sum of RGB (Red+Green+Blue) = 215+137+201=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D789C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D789C9 is #287636. Grayscale: #A7A7A7. Windows color (decimal): -2651703 or 13208023. OLE color: 13208023.
HSL color Cylindrical-coordinate representation of color #D789C9: hue angle of 310.77º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D789C9 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 137 | 201 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.16 |
| HSL | 310.77º | 0.49% | 0.69% | - |
| HSV(B) | 310.77º | 0.36% | 0.84% | - |
| XYZ | 47.51 | 36.56 | 59.81 | - |
| YUV | 167.62 | 146.84 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 137 | 201 | 0 | 0.36 | 0.07 | 0.16 | 310.77 | 0.49 | 0.69 |
| Hex | D7 | 89 | C9 | 0 | 24 | 7 | 10 | 137 | 31 | 45 |
| Octal | 327 | 211 | 311 | 0 | 44 | 7 | 20 | 467 | 61 | 105 |
| Binary | 11010111 | 10001001 | 11001001 | 0 | 100100 | 111 | 10000 | 100110111 | 110001 | 1000101 |
Color Harmonies of #D789C9
Complementary color
Monochromatic Colors of #D789C9
Black with #D789C9
Text Example
Text Example
White with #D789C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D789C9; }
p { color: rgb(215,137,201); }
H1.HeaderClassName
{
color: #D789C9;
}
.AnyTagClassName
{
color: #D789C9;
}
</style>
background-color css
<style>
a { background-color: #D789C9; }
a { background-color: rgb(215,137,201); }
div.DivClassName
{
background-color: #D789C9;
}
.BgClassName
{
background-color: #D789C9;
}
</style>
border-color css
<style>
span { border-color: #D789C9; }
span { border-color: rgb(215,137,201); }
td.TdClassName
{
border-color: #D789C9;
}
.TagClassName
{
border-color: #D789C9;
}
</style>