Shades of Orchid #D77DDC
Tints of Orchid #D77DDC
RGB
CMYK
RGB Variations
Color information
#D77DDC (or 0xD77DDC) is known color: Orchid. HEX triplet: D7, 7D and DC. RGB value is (215,125,220). Sum of RGB (Red+Green+Blue) = 215+125+220=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #D77DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DDC is #288223. Grayscale: #A2A2A2. Windows color (decimal): -2654756 or 14450135. OLE color: 14450135.
HSL color Cylindrical-coordinate representation of color #D77DDC: hue angle of 296.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77DDC is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 125 | 220 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.14 |
| HSL | 296.84º | 0.58% | 0.68% | - |
| HSV(B) | 296.84º | 0.43% | 0.86% | - |
| XYZ | 48.28 | 34.28 | 71.78 | - |
| YUV | 162.74 | 160.32 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 220 | 0.02 | 0.43 | 0 | 0.14 | 296.84 | 0.58 | 0.68 |
| Hex | D7 | 7D | DC | 2 | 2B | 0 | E | 129 | 3A | 44 |
| Octal | 327 | 175 | 334 | 2 | 53 | 0 | 16 | 451 | 72 | 104 |
| Binary | 11010111 | 1111101 | 11011100 | 10 | 101011 | 0 | 1110 | 100101001 | 111010 | 1000100 |
Color Harmonies of #D77DDC
Complementary color
Monochromatic Colors of #D77DDC
Black with #D77DDC
Text Example
Text Example
White with #D77DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77DDC; }
p { color: rgb(215,125,220); }
H1.HeaderClassName
{
color: #D77DDC;
}
.AnyTagClassName
{
color: #D77DDC;
}
</style>
background-color css
<style>
a { background-color: #D77DDC; }
a { background-color: rgb(215,125,220); }
div.DivClassName
{
background-color: #D77DDC;
}
.BgClassName
{
background-color: #D77DDC;
}
</style>
border-color css
<style>
span { border-color: #D77DDC; }
span { border-color: rgb(215,125,220); }
td.TdClassName
{
border-color: #D77DDC;
}
.TagClassName
{
border-color: #D77DDC;
}
</style>