Shades of Orchid #DF7CCA
Tints of Orchid #DF7CCA
RGB
CMYK
RGB Variations
Color information
#DF7CCA (or 0xDF7CCA) is known color: Orchid. HEX triplet: DF, 7C and CA. RGB value is (223,124,202). Sum of RGB (Red+Green+Blue) = 223+124+202=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CCA is #208335. Grayscale: #A2A2A2. Windows color (decimal): -2130742 or 13270239. OLE color: 13270239.
HSL color Cylindrical-coordinate representation of color #DF7CCA: hue angle of 312.73º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7CCA is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 202 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.13 |
| HSL | 312.73º | 0.61% | 0.68% | - |
| HSV(B) | 312.73º | 0.44% | 0.87% | - |
| XYZ | 48.3 | 34.37 | 59.97 | - |
| YUV | 162.49 | 150.3 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 202 | 0 | 0.44 | 0.09 | 0.13 | 312.73 | 0.61 | 0.68 |
| Hex | DF | 7C | CA | 0 | 2C | 9 | D | 139 | 3D | 44 |
| Octal | 337 | 174 | 312 | 0 | 54 | 11 | 15 | 471 | 75 | 104 |
| Binary | 11011111 | 1111100 | 11001010 | 0 | 101100 | 1001 | 1101 | 100111001 | 111101 | 1000100 |
Color Harmonies of #DF7CCA
Complementary color
Monochromatic Colors of #DF7CCA
Black with #DF7CCA
Text Example
Text Example
White with #DF7CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7CCA; }
p { color: rgb(223,124,202); }
H1.HeaderClassName
{
color: #DF7CCA;
}
.AnyTagClassName
{
color: #DF7CCA;
}
</style>
background-color css
<style>
a { background-color: #DF7CCA; }
a { background-color: rgb(223,124,202); }
div.DivClassName
{
background-color: #DF7CCA;
}
.BgClassName
{
background-color: #DF7CCA;
}
</style>
border-color css
<style>
span { border-color: #DF7CCA; }
span { border-color: rgb(223,124,202); }
td.TdClassName
{
border-color: #DF7CCA;
}
.TagClassName
{
border-color: #DF7CCA;
}
</style>