Shades of Orchid #DF77CD
Tints of Orchid #DF77CD
RGB
CMYK
RGB Variations
Color information
#DF77CD (or 0xDF77CD) is known color: Orchid. HEX triplet: DF, 77 and CD. RGB value is (223,119,205). Sum of RGB (Red+Green+Blue) = 223+119+205=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77CD is #208832. Grayscale: #9F9F9F. Windows color (decimal): -2132019 or 13465567. OLE color: 13465567.
HSL color Cylindrical-coordinate representation of color #DF77CD: hue angle of 310.38º 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 #DF77CD is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 205 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.13 |
| HSL | 310.38º | 0.62% | 0.67% | - |
| HSV(B) | 310.38º | 0.47% | 0.87% | - |
| XYZ | 48.05 | 33.29 | 61.65 | - |
| YUV | 159.9 | 153.46 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 205 | 0 | 0.47 | 0.08 | 0.13 | 310.38 | 0.62 | 0.67 |
| Hex | DF | 77 | CD | 0 | 2F | 8 | D | 136 | 3E | 43 |
| Octal | 337 | 167 | 315 | 0 | 57 | 10 | 15 | 466 | 76 | 103 |
| Binary | 11011111 | 1110111 | 11001101 | 0 | 101111 | 1000 | 1101 | 100110110 | 111110 | 1000011 |
Color Harmonies of #DF77CD
Complementary color
Monochromatic Colors of #DF77CD
Black with #DF77CD
Text Example
Text Example
White with #DF77CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF77CD; }
p { color: rgb(223,119,205); }
H1.HeaderClassName
{
color: #DF77CD;
}
.AnyTagClassName
{
color: #DF77CD;
}
</style>
background-color css
<style>
a { background-color: #DF77CD; }
a { background-color: rgb(223,119,205); }
div.DivClassName
{
background-color: #DF77CD;
}
.BgClassName
{
background-color: #DF77CD;
}
</style>
border-color css
<style>
span { border-color: #DF77CD; }
span { border-color: rgb(223,119,205); }
td.TdClassName
{
border-color: #DF77CD;
}
.TagClassName
{
border-color: #DF77CD;
}
</style>