Shades of Orchid #DF7AC3
Tints of Orchid #DF7AC3
RGB
CMYK
RGB Variations
Color information
#DF7AC3 (or 0xDF7AC3) is known color: Orchid. HEX triplet: DF, 7A and C3. RGB value is (223,122,195). Sum of RGB (Red+Green+Blue) = 223+122+195=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7AC3 is #20853C. Grayscale: #A0A0A0. Windows color (decimal): -2131261 or 12810975. OLE color: 12810975.
HSL color Cylindrical-coordinate representation of color #DF7AC3: hue angle of 316.63º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7AC3 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 195 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.13 |
| HSL | 316.63º | 0.61% | 0.68% | - |
| HSV(B) | 316.63º | 0.45% | 0.87% | - |
| XYZ | 47.24 | 33.55 | 55.62 | - |
| YUV | 160.52 | 147.46 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 195 | 0 | 0.45 | 0.13 | 0.13 | 316.63 | 0.61 | 0.68 |
| Hex | DF | 7A | C3 | 0 | 2D | D | D | 13D | 3D | 44 |
| Octal | 337 | 172 | 303 | 0 | 55 | 15 | 15 | 475 | 75 | 104 |
| Binary | 11011111 | 1111010 | 11000011 | 0 | 101101 | 1101 | 1101 | 100111101 | 111101 | 1000100 |
Color Harmonies of #DF7AC3
Complementary color
Monochromatic Colors of #DF7AC3
Black with #DF7AC3
Text Example
Text Example
White with #DF7AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7AC3; }
p { color: rgb(223,122,195); }
H1.HeaderClassName
{
color: #DF7AC3;
}
.AnyTagClassName
{
color: #DF7AC3;
}
</style>
background-color css
<style>
a { background-color: #DF7AC3; }
a { background-color: rgb(223,122,195); }
div.DivClassName
{
background-color: #DF7AC3;
}
.BgClassName
{
background-color: #DF7AC3;
}
</style>
border-color css
<style>
span { border-color: #DF7AC3; }
span { border-color: rgb(223,122,195); }
td.TdClassName
{
border-color: #DF7AC3;
}
.TagClassName
{
border-color: #DF7AC3;
}
</style>