Shades of Orchid #DF7AC5
Tints of Orchid #DF7AC5
RGB
CMYK
RGB Variations
Color information
#DF7AC5 (or 0xDF7AC5) is known color: Orchid. HEX triplet: DF, 7A and C5. RGB value is (223,122,197). Sum of RGB (Red+Green+Blue) = 223+122+197=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7AC5 is #20853A. Grayscale: #A0A0A0. Windows color (decimal): -2131259 or 12942047. OLE color: 12942047.
HSL color Cylindrical-coordinate representation of color #DF7AC5: hue angle of 315.45º 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 #DF7AC5 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 197 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.13 |
| HSL | 315.45º | 0.61% | 0.68% | - |
| HSV(B) | 315.45º | 0.45% | 0.87% | - |
| XYZ | 47.47 | 33.64 | 56.81 | - |
| YUV | 160.75 | 148.46 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 197 | 0 | 0.45 | 0.12 | 0.13 | 315.45 | 0.61 | 0.68 |
| Hex | DF | 7A | C5 | 0 | 2D | C | D | 13B | 3D | 44 |
| Octal | 337 | 172 | 305 | 0 | 55 | 14 | 15 | 473 | 75 | 104 |
| Binary | 11011111 | 1111010 | 11000101 | 0 | 101101 | 1100 | 1101 | 100111011 | 111101 | 1000100 |
Color Harmonies of #DF7AC5
Complementary color
Monochromatic Colors of #DF7AC5
Black with #DF7AC5
Text Example
Text Example
White with #DF7AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7AC5; }
p { color: rgb(223,122,197); }
H1.HeaderClassName
{
color: #DF7AC5;
}
.AnyTagClassName
{
color: #DF7AC5;
}
</style>
background-color css
<style>
a { background-color: #DF7AC5; }
a { background-color: rgb(223,122,197); }
div.DivClassName
{
background-color: #DF7AC5;
}
.BgClassName
{
background-color: #DF7AC5;
}
</style>
border-color css
<style>
span { border-color: #DF7AC5; }
span { border-color: rgb(223,122,197); }
td.TdClassName
{
border-color: #DF7AC5;
}
.TagClassName
{
border-color: #DF7AC5;
}
</style>