Shades of Orchid #D781BF
Tints of Orchid #D781BF
RGB
CMYK
RGB Variations
Color information
#D781BF (or 0xD781BF) is known color: Orchid. HEX triplet: D7, 81 and BF. RGB value is (215,129,191). Sum of RGB (Red+Green+Blue) = 215+129+191=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D781BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D781BF is #287E40. Grayscale: #A1A1A1. Windows color (decimal): -2653761 or 12550615. OLE color: 12550615.
HSL color Cylindrical-coordinate representation of color #D781BF: hue angle of 316.74º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D781BF is Cyan = 0, Magento = 0.4, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 129 | 191 | - |
| CMYK | 0 | 0.4 | 0.11 | 0.16 |
| HSL | 316.74º | 0.52% | 0.67% | - |
| HSV(B) | 316.74º | 0.4% | 0.84% | - |
| XYZ | 45.28 | 33.91 | 53.45 | - |
| YUV | 161.78 | 144.49 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 191 | 0 | 0.4 | 0.11 | 0.16 | 316.74 | 0.52 | 0.67 |
| Hex | D7 | 81 | BF | 0 | 28 | B | 10 | 13D | 34 | 43 |
| Octal | 327 | 201 | 277 | 0 | 50 | 13 | 20 | 475 | 64 | 103 |
| Binary | 11010111 | 10000001 | 10111111 | 0 | 101000 | 1011 | 10000 | 100111101 | 110100 | 1000011 |
Color Harmonies of #D781BF
Complementary color
Monochromatic Colors of #D781BF
Black with #D781BF
Text Example
Text Example
White with #D781BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D781BF; }
p { color: rgb(215,129,191); }
H1.HeaderClassName
{
color: #D781BF;
}
.AnyTagClassName
{
color: #D781BF;
}
</style>
background-color css
<style>
a { background-color: #D781BF; }
a { background-color: rgb(215,129,191); }
div.DivClassName
{
background-color: #D781BF;
}
.BgClassName
{
background-color: #D781BF;
}
</style>
border-color css
<style>
span { border-color: #D781BF; }
span { border-color: rgb(215,129,191); }
td.TdClassName
{
border-color: #D781BF;
}
.TagClassName
{
border-color: #D781BF;
}
</style>