Shades of Orchid #D771C0
Tints of Orchid #D771C0
RGB
CMYK
RGB Variations
Color information
#D771C0 (or 0xD771C0) is known color: Orchid. HEX triplet: D7, 71 and C0. RGB value is (215,113,192). Sum of RGB (Red+Green+Blue) = 215+113+192=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D771C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771C0 is #288E3F. Grayscale: #989898. Windows color (decimal): -2657856 or 12612055. OLE color: 12612055.
HSL color Cylindrical-coordinate representation of color #D771C0: hue angle of 313.53º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D771C0 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 192 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.16 |
| HSL | 313.53º | 0.56% | 0.64% | - |
| HSV(B) | 313.53º | 0.47% | 0.84% | - |
| XYZ | 43.44 | 30.06 | 53.38 | - |
| YUV | 152.5 | 150.29 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 192 | 0 | 0.47 | 0.11 | 0.16 | 313.53 | 0.56 | 0.64 |
| Hex | D7 | 71 | C0 | 0 | 2F | B | 10 | 13A | 38 | 40 |
| Octal | 327 | 161 | 300 | 0 | 57 | 13 | 20 | 472 | 70 | 100 |
| Binary | 11010111 | 1110001 | 11000000 | 0 | 101111 | 1011 | 10000 | 100111010 | 111000 | 1000000 |
Color Harmonies of #D771C0
Complementary color
Monochromatic Colors of #D771C0
Black with #D771C0
Text Example
Text Example
White with #D771C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D771C0; }
p { color: rgb(215,113,192); }
H1.HeaderClassName
{
color: #D771C0;
}
.AnyTagClassName
{
color: #D771C0;
}
</style>
background-color css
<style>
a { background-color: #D771C0; }
a { background-color: rgb(215,113,192); }
div.DivClassName
{
background-color: #D771C0;
}
.BgClassName
{
background-color: #D771C0;
}
</style>
border-color css
<style>
span { border-color: #D771C0; }
span { border-color: rgb(215,113,192); }
td.TdClassName
{
border-color: #D771C0;
}
.TagClassName
{
border-color: #D771C0;
}
</style>