Shades of Orchid #D777DC
Tints of Orchid #D777DC
RGB
CMYK
RGB Variations
Color information
#D777DC (or 0xD777DC) is known color: Orchid. HEX triplet: D7, 77 and DC. RGB value is (215,119,220). Sum of RGB (Red+Green+Blue) = 215+119+220=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 119 (46.88% from 255 or 21.48% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #D777DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D777DC is #288823. Grayscale: #9E9E9E. Windows color (decimal): -2656292 or 14448599. OLE color: 14448599.
HSL color Cylindrical-coordinate representation of color #D777DC: hue angle of 297.03º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D777DC is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 119 | 220 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.14 |
| HSL | 297.03º | 0.59% | 0.66% | - |
| HSV(B) | 297.03º | 0.46% | 0.86% | - |
| XYZ | 47.54 | 32.81 | 71.54 | - |
| YUV | 159.22 | 162.3 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 220 | 0.02 | 0.46 | 0 | 0.14 | 297.03 | 0.59 | 0.66 |
| Hex | D7 | 77 | DC | 2 | 2E | 0 | E | 129 | 3B | 42 |
| Octal | 327 | 167 | 334 | 2 | 56 | 0 | 16 | 451 | 73 | 102 |
| Binary | 11010111 | 1110111 | 11011100 | 10 | 101110 | 0 | 1110 | 100101001 | 111011 | 1000010 |
Color Harmonies of #D777DC
Complementary color
Monochromatic Colors of #D777DC
Black with #D777DC
Text Example
Text Example
White with #D777DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D777DC; }
p { color: rgb(215,119,220); }
H1.HeaderClassName
{
color: #D777DC;
}
.AnyTagClassName
{
color: #D777DC;
}
</style>
background-color css
<style>
a { background-color: #D777DC; }
a { background-color: rgb(215,119,220); }
div.DivClassName
{
background-color: #D777DC;
}
.BgClassName
{
background-color: #D777DC;
}
</style>
border-color css
<style>
span { border-color: #D777DC; }
span { border-color: rgb(215,119,220); }
td.TdClassName
{
border-color: #D777DC;
}
.TagClassName
{
border-color: #D777DC;
}
</style>