Shades of Orchid #DF77CA
Tints of Orchid #DF77CA
RGB
CMYK
RGB Variations
Color information
#DF77CA (or 0xDF77CA) is known color: Orchid. HEX triplet: DF, 77 and CA. RGB value is (223,119,202). Sum of RGB (Red+Green+Blue) = 223+119+202=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77CA is #208835. Grayscale: #9F9F9F. Windows color (decimal): -2132022 or 13268959. OLE color: 13268959.
HSL color Cylindrical-coordinate representation of color #DF77CA: hue angle of 312.12º 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 #DF77CA is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 202 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.13 |
| HSL | 312.12º | 0.62% | 0.67% | - |
| HSV(B) | 312.12º | 0.47% | 0.87% | - |
| XYZ | 47.69 | 33.15 | 59.76 | - |
| YUV | 159.56 | 151.96 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 202 | 0 | 0.47 | 0.09 | 0.13 | 312.12 | 0.62 | 0.67 |
| Hex | DF | 77 | CA | 0 | 2F | 9 | D | 138 | 3E | 43 |
| Octal | 337 | 167 | 312 | 0 | 57 | 11 | 15 | 470 | 76 | 103 |
| Binary | 11011111 | 1110111 | 11001010 | 0 | 101111 | 1001 | 1101 | 100111000 | 111110 | 1000011 |
Color Harmonies of #DF77CA
Complementary color
Monochromatic Colors of #DF77CA
Black with #DF77CA
Text Example
Text Example
White with #DF77CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF77CA; }
p { color: rgb(223,119,202); }
H1.HeaderClassName
{
color: #DF77CA;
}
.AnyTagClassName
{
color: #DF77CA;
}
</style>
background-color css
<style>
a { background-color: #DF77CA; }
a { background-color: rgb(223,119,202); }
div.DivClassName
{
background-color: #DF77CA;
}
.BgClassName
{
background-color: #DF77CA;
}
</style>
border-color css
<style>
span { border-color: #DF77CA; }
span { border-color: rgb(223,119,202); }
td.TdClassName
{
border-color: #DF77CA;
}
.TagClassName
{
border-color: #DF77CA;
}
</style>