Shades of Orchid #DF77CF
Tints of Orchid #DF77CF
RGB
CMYK
RGB Variations
Color information
#DF77CF (or 0xDF77CF) is known color: Orchid. HEX triplet: DF, 77 and CF. RGB value is (223,119,207). Sum of RGB (Red+Green+Blue) = 223+119+207=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77CF is #208830. Grayscale: #9F9F9F. Windows color (decimal): -2132017 or 13596639. OLE color: 13596639.
HSL color Cylindrical-coordinate representation of color #DF77CF: hue angle of 309.23º 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 #DF77CF is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 207 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.13 |
| HSL | 309.23º | 0.62% | 0.67% | - |
| HSV(B) | 309.23º | 0.47% | 0.87% | - |
| XYZ | 48.29 | 33.39 | 62.93 | - |
| YUV | 160.13 | 154.46 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 207 | 0 | 0.47 | 0.07 | 0.13 | 309.23 | 0.62 | 0.67 |
| Hex | DF | 77 | CF | 0 | 2F | 7 | D | 135 | 3E | 43 |
| Octal | 337 | 167 | 317 | 0 | 57 | 7 | 15 | 465 | 76 | 103 |
| Binary | 11011111 | 1110111 | 11001111 | 0 | 101111 | 111 | 1101 | 100110101 | 111110 | 1000011 |
Color Harmonies of #DF77CF
Complementary color
Monochromatic Colors of #DF77CF
Black with #DF77CF
Text Example
Text Example
White with #DF77CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF77CF; }
p { color: rgb(223,119,207); }
H1.HeaderClassName
{
color: #DF77CF;
}
.AnyTagClassName
{
color: #DF77CF;
}
</style>
background-color css
<style>
a { background-color: #DF77CF; }
a { background-color: rgb(223,119,207); }
div.DivClassName
{
background-color: #DF77CF;
}
.BgClassName
{
background-color: #DF77CF;
}
</style>
border-color css
<style>
span { border-color: #DF77CF; }
span { border-color: rgb(223,119,207); }
td.TdClassName
{
border-color: #DF77CF;
}
.TagClassName
{
border-color: #DF77CF;
}
</style>