Shades of Orchid #DF77DC
Tints of Orchid #DF77DC
RGB
CMYK
RGB Variations
Color information
#DF77DC (or 0xDF77DC) is known color: Orchid. HEX triplet: DF, 77 and DC. RGB value is (223,119,220). Sum of RGB (Red+Green+Blue) = 223+119+220=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77DC is #208823. Grayscale: #A1A1A1. Windows color (decimal): -2132004 or 14448607. OLE color: 14448607.
HSL color Cylindrical-coordinate representation of color #DF77DC: hue angle of 301.73º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF77DC is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 220 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.13 |
| HSL | 301.73º | 0.62% | 0.67% | - |
| HSV(B) | 301.73º | 0.47% | 0.87% | - |
| XYZ | 49.95 | 34.05 | 71.65 | - |
| YUV | 161.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 220 | 0 | 0.47 | 0.01 | 0.13 | 301.73 | 0.62 | 0.67 |
| Hex | DF | 77 | DC | 0 | 2F | 1 | D | 12E | 3E | 43 |
| Octal | 337 | 167 | 334 | 0 | 57 | 1 | 15 | 456 | 76 | 103 |
| Binary | 11011111 | 1110111 | 11011100 | 0 | 101111 | 1 | 1101 | 100101110 | 111110 | 1000011 |
Color Harmonies of #DF77DC
Complementary color
Monochromatic Colors of #DF77DC
Black with #DF77DC
Text Example
Text Example
White with #DF77DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF77DC; }
p { color: rgb(223,119,220); }
H1.HeaderClassName
{
color: #DF77DC;
}
.AnyTagClassName
{
color: #DF77DC;
}
</style>
background-color css
<style>
a { background-color: #DF77DC; }
a { background-color: rgb(223,119,220); }
div.DivClassName
{
background-color: #DF77DC;
}
.BgClassName
{
background-color: #DF77DC;
}
</style>
border-color css
<style>
span { border-color: #DF77DC; }
span { border-color: rgb(223,119,220); }
td.TdClassName
{
border-color: #DF77DC;
}
.TagClassName
{
border-color: #DF77DC;
}
</style>