Shades of Orchid #D77CD2
Tints of Orchid #D77CD2
RGB
CMYK
RGB Variations
Color information
#D77CD2 (or 0xD77CD2) is known color: Orchid. HEX triplet: D7, 7C and D2. RGB value is (215,124,210). Sum of RGB (Red+Green+Blue) = 215+124+210=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 210 (82.42% from 255 or 38.25% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77CD2 is #28832D. Grayscale: #A0A0A0. Windows color (decimal): -2655022 or 13794519. OLE color: 13794519.
HSL color Cylindrical-coordinate representation of color #D77CD2: hue angle of 303.3º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77CD2 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 210 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.16 |
| HSL | 303.3º | 0.53% | 0.66% | - |
| HSV(B) | 303.3º | 0.42% | 0.84% | - |
| XYZ | 46.86 | 33.52 | 64.97 | - |
| YUV | 161.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 210 | 0 | 0.42 | 0.02 | 0.16 | 303.3 | 0.53 | 0.66 |
| Hex | D7 | 7C | D2 | 0 | 2A | 2 | 10 | 12F | 35 | 42 |
| Octal | 327 | 174 | 322 | 0 | 52 | 2 | 20 | 457 | 65 | 102 |
| Binary | 11010111 | 1111100 | 11010010 | 0 | 101010 | 10 | 10000 | 100101111 | 110101 | 1000010 |
Color Harmonies of #D77CD2
Complementary color
Monochromatic Colors of #D77CD2
Black with #D77CD2
Text Example
Text Example
White with #D77CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77CD2; }
p { color: rgb(215,124,210); }
H1.HeaderClassName
{
color: #D77CD2;
}
.AnyTagClassName
{
color: #D77CD2;
}
</style>
background-color css
<style>
a { background-color: #D77CD2; }
a { background-color: rgb(215,124,210); }
div.DivClassName
{
background-color: #D77CD2;
}
.BgClassName
{
background-color: #D77CD2;
}
</style>
border-color css
<style>
span { border-color: #D77CD2; }
span { border-color: rgb(215,124,210); }
td.TdClassName
{
border-color: #D77CD2;
}
.TagClassName
{
border-color: #D77CD2;
}
</style>