Shades of Orchid #DF7BC7
Tints of Orchid #DF7BC7
RGB
CMYK
RGB Variations
Color information
#DF7BC7 (or 0xDF7BC7) is known color: Orchid. HEX triplet: DF, 7B and C7. RGB value is (223,123,199). Sum of RGB (Red+Green+Blue) = 223+123+199=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 199 (78.12% from 255 or 36.51% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7BC7 is #208438. Grayscale: #A1A1A1. Windows color (decimal): -2131001 or 13073375. OLE color: 13073375.
HSL color Cylindrical-coordinate representation of color #DF7BC7: hue angle of 314.4º 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 #DF7BC7 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 199 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.13 |
| HSL | 314.4º | 0.61% | 0.68% | - |
| HSV(B) | 314.4º | 0.45% | 0.87% | - |
| XYZ | 47.82 | 33.98 | 58.07 | - |
| YUV | 161.56 | 149.13 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 199 | 0 | 0.45 | 0.11 | 0.13 | 314.4 | 0.61 | 0.68 |
| Hex | DF | 7B | C7 | 0 | 2D | B | D | 13A | 3D | 44 |
| Octal | 337 | 173 | 307 | 0 | 55 | 13 | 15 | 472 | 75 | 104 |
| Binary | 11011111 | 1111011 | 11000111 | 0 | 101101 | 1011 | 1101 | 100111010 | 111101 | 1000100 |
Color Harmonies of #DF7BC7
Complementary color
Monochromatic Colors of #DF7BC7
Black with #DF7BC7
Text Example
Text Example
White with #DF7BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7BC7; }
p { color: rgb(223,123,199); }
H1.HeaderClassName
{
color: #DF7BC7;
}
.AnyTagClassName
{
color: #DF7BC7;
}
</style>
background-color css
<style>
a { background-color: #DF7BC7; }
a { background-color: rgb(223,123,199); }
div.DivClassName
{
background-color: #DF7BC7;
}
.BgClassName
{
background-color: #DF7BC7;
}
</style>
border-color css
<style>
span { border-color: #DF7BC7; }
span { border-color: rgb(223,123,199); }
td.TdClassName
{
border-color: #DF7BC7;
}
.TagClassName
{
border-color: #DF7BC7;
}
</style>