Shades of Orchid #D77FDC
Tints of Orchid #D77FDC
RGB
CMYK
RGB Variations
Color information
#D77FDC (or 0xD77FDC) is known color: Orchid. HEX triplet: D7, 7F and DC. RGB value is (215,127,220). Sum of RGB (Red+Green+Blue) = 215+127+220=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #D77FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FDC is #288023. Grayscale: #A3A3A3. Windows color (decimal): -2654244 or 14450647. OLE color: 14450647.
HSL color Cylindrical-coordinate representation of color #D77FDC: hue angle of 296.77º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77FDC is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 127 | 220 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.14 |
| HSL | 296.77º | 0.57% | 0.68% | - |
| HSV(B) | 296.77º | 0.42% | 0.86% | - |
| XYZ | 48.53 | 34.79 | 71.87 | - |
| YUV | 163.91 | 159.65 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 220 | 0.02 | 0.42 | 0 | 0.14 | 296.77 | 0.57 | 0.68 |
| Hex | D7 | 7F | DC | 2 | 2A | 0 | E | 129 | 39 | 44 |
| Octal | 327 | 177 | 334 | 2 | 52 | 0 | 16 | 451 | 71 | 104 |
| Binary | 11010111 | 1111111 | 11011100 | 10 | 101010 | 0 | 1110 | 100101001 | 111001 | 1000100 |
Color Harmonies of #D77FDC
Complementary color
Monochromatic Colors of #D77FDC
Black with #D77FDC
Text Example
Text Example
White with #D77FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77FDC; }
p { color: rgb(215,127,220); }
H1.HeaderClassName
{
color: #D77FDC;
}
.AnyTagClassName
{
color: #D77FDC;
}
</style>
background-color css
<style>
a { background-color: #D77FDC; }
a { background-color: rgb(215,127,220); }
div.DivClassName
{
background-color: #D77FDC;
}
.BgClassName
{
background-color: #D77FDC;
}
</style>
border-color css
<style>
span { border-color: #D77FDC; }
span { border-color: rgb(215,127,220); }
td.TdClassName
{
border-color: #D77FDC;
}
.TagClassName
{
border-color: #D77FDC;
}
</style>