Shades of Orchid #DF7BE0
Tints of Orchid #DF7BE0
RGB
CMYK
RGB Variations
Color information
#DF7BE0 (or 0xDF7BE0) is known color: Orchid. HEX triplet: DF, 7B and E0. RGB value is (223,123,224). Sum of RGB (Red+Green+Blue) = 223+123+224=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 123 (48.44% from 255 or 21.58% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF7BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7BE0 is #20841F. Grayscale: #A4A4A4. Windows color (decimal): -2130976 or 14711775. OLE color: 14711775.
HSL color Cylindrical-coordinate representation of color #DF7BE0: hue angle of 299.41º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7BE0 is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 123 | 224 | - |
| CMYK | 0.00 | 0.45 | 0 | 0.12 |
| HSL | 299.41º | 0.62% | 0.68% | - |
| HSV(B) | 299.41º | 0.45% | 0.88% | - |
| XYZ | 50.97 | 35.24 | 74.64 | - |
| YUV | 164.41 | 161.63 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 224 | 0.00 | 0.45 | 0 | 0.12 | 299.41 | 0.62 | 0.68 |
| Hex | DF | 7B | E0 | 0 | 2D | 0 | C | 12B | 3E | 44 |
| Octal | 337 | 173 | 340 | 0 | 55 | 0 | 14 | 453 | 76 | 104 |
| Binary | 11011111 | 1111011 | 11100000 | 0 | 101101 | 0 | 1100 | 100101011 | 111110 | 1000100 |
Color Harmonies of #DF7BE0
Complementary color
Monochromatic Colors of #DF7BE0
Black with #DF7BE0
Text Example
Text Example
White with #DF7BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7BE0; }
p { color: rgb(223,123,224); }
H1.HeaderClassName
{
color: #DF7BE0;
}
.AnyTagClassName
{
color: #DF7BE0;
}
</style>
background-color css
<style>
a { background-color: #DF7BE0; }
a { background-color: rgb(223,123,224); }
div.DivClassName
{
background-color: #DF7BE0;
}
.BgClassName
{
background-color: #DF7BE0;
}
</style>
border-color css
<style>
span { border-color: #DF7BE0; }
span { border-color: rgb(223,123,224); }
td.TdClassName
{
border-color: #DF7BE0;
}
.TagClassName
{
border-color: #DF7BE0;
}
</style>