Shades of Orchid #DF77D4
Tints of Orchid #DF77D4
RGB
CMYK
RGB Variations
Color information
#DF77D4 (or 0xDF77D4) is known color: Orchid. HEX triplet: DF, 77 and D4. RGB value is (223,119,212). Sum of RGB (Red+Green+Blue) = 223+119+212=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 119 (46.88% from 255 or 21.48% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77D4 is #20882B. Grayscale: #A0A0A0. Windows color (decimal): -2132012 or 13924319. OLE color: 13924319.
HSL color Cylindrical-coordinate representation of color #DF77D4: hue angle of 306.35º 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 #DF77D4 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 212 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.13 |
| HSL | 306.35º | 0.62% | 0.67% | - |
| HSV(B) | 306.35º | 0.47% | 0.87% | - |
| XYZ | 48.91 | 33.64 | 66.2 | - |
| YUV | 160.7 | 156.96 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 212 | 0 | 0.47 | 0.05 | 0.13 | 306.35 | 0.62 | 0.67 |
| Hex | DF | 77 | D4 | 0 | 2F | 5 | D | 132 | 3E | 43 |
| Octal | 337 | 167 | 324 | 0 | 57 | 5 | 15 | 462 | 76 | 103 |
| Binary | 11011111 | 1110111 | 11010100 | 0 | 101111 | 101 | 1101 | 100110010 | 111110 | 1000011 |
Color Harmonies of #DF77D4
Complementary color
Monochromatic Colors of #DF77D4
Black with #DF77D4
Text Example
Text Example
White with #DF77D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF77D4; }
p { color: rgb(223,119,212); }
H1.HeaderClassName
{
color: #DF77D4;
}
.AnyTagClassName
{
color: #DF77D4;
}
</style>
background-color css
<style>
a { background-color: #DF77D4; }
a { background-color: rgb(223,119,212); }
div.DivClassName
{
background-color: #DF77D4;
}
.BgClassName
{
background-color: #DF77D4;
}
</style>
border-color css
<style>
span { border-color: #DF77D4; }
span { border-color: rgb(223,119,212); }
td.TdClassName
{
border-color: #DF77D4;
}
.TagClassName
{
border-color: #DF77D4;
}
</style>