Shades of Orchid #D771CE
Tints of Orchid #D771CE
RGB
CMYK
RGB Variations
Color information
#D771CE (or 0xD771CE) is known color: Orchid. HEX triplet: D7, 71 and CE. RGB value is (215,113,206). Sum of RGB (Red+Green+Blue) = 215+113+206=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D771CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771CE is #288E31. Grayscale: #999999. Windows color (decimal): -2657842 or 13529559. OLE color: 13529559.
HSL color Cylindrical-coordinate representation of color #D771CE: hue angle of 305.29º 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 #D771CE is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 206 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.16 |
| HSL | 305.29º | 0.56% | 0.64% | - |
| HSV(B) | 305.29º | 0.47% | 0.84% | - |
| XYZ | 45.07 | 30.71 | 61.95 | - |
| YUV | 154.1 | 157.29 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 206 | 0 | 0.47 | 0.04 | 0.16 | 305.29 | 0.56 | 0.64 |
| Hex | D7 | 71 | CE | 0 | 2F | 4 | 10 | 131 | 38 | 40 |
| Octal | 327 | 161 | 316 | 0 | 57 | 4 | 20 | 461 | 70 | 100 |
| Binary | 11010111 | 1110001 | 11001110 | 0 | 101111 | 100 | 10000 | 100110001 | 111000 | 1000000 |
Color Harmonies of #D771CE
Complementary color
Monochromatic Colors of #D771CE
Black with #D771CE
Text Example
Text Example
White with #D771CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D771CE; }
p { color: rgb(215,113,206); }
H1.HeaderClassName
{
color: #D771CE;
}
.AnyTagClassName
{
color: #D771CE;
}
</style>
background-color css
<style>
a { background-color: #D771CE; }
a { background-color: rgb(215,113,206); }
div.DivClassName
{
background-color: #D771CE;
}
.BgClassName
{
background-color: #D771CE;
}
</style>
border-color css
<style>
span { border-color: #D771CE; }
span { border-color: rgb(215,113,206); }
td.TdClassName
{
border-color: #D771CE;
}
.TagClassName
{
border-color: #D771CE;
}
</style>