Shades of Orchid #DF7BDA
Tints of Orchid #DF7BDA
RGB
CMYK
RGB Variations
Color information
#DF7BDA (or 0xDF7BDA) is known color: Orchid. HEX triplet: DF, 7B and DA. RGB value is (223,123,218). Sum of RGB (Red+Green+Blue) = 223+123+218=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 123 (48.44% from 255 or 21.81% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7BDA is #208425. Grayscale: #A3A3A3. Windows color (decimal): -2130982 or 14318559. OLE color: 14318559.
HSL color Cylindrical-coordinate representation of color #DF7BDA: hue angle of 303º 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 #DF7BDA is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 218 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.13 |
| HSL | 303º | 0.61% | 0.68% | - |
| HSV(B) | 303º | 0.45% | 0.87% | - |
| XYZ | 50.17 | 34.92 | 70.42 | - |
| YUV | 163.73 | 158.63 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 218 | 0 | 0.45 | 0.02 | 0.13 | 303 | 0.61 | 0.68 |
| Hex | DF | 7B | DA | 0 | 2D | 2 | D | 12F | 3D | 44 |
| Octal | 337 | 173 | 332 | 0 | 55 | 2 | 15 | 457 | 75 | 104 |
| Binary | 11011111 | 1111011 | 11011010 | 0 | 101101 | 10 | 1101 | 100101111 | 111101 | 1000100 |
Color Harmonies of #DF7BDA
Complementary color
Monochromatic Colors of #DF7BDA
Black with #DF7BDA
Text Example
Text Example
White with #DF7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7BDA; }
p { color: rgb(223,123,218); }
H1.HeaderClassName
{
color: #DF7BDA;
}
.AnyTagClassName
{
color: #DF7BDA;
}
</style>
background-color css
<style>
a { background-color: #DF7BDA; }
a { background-color: rgb(223,123,218); }
div.DivClassName
{
background-color: #DF7BDA;
}
.BgClassName
{
background-color: #DF7BDA;
}
</style>
border-color css
<style>
span { border-color: #DF7BDA; }
span { border-color: rgb(223,123,218); }
td.TdClassName
{
border-color: #DF7BDA;
}
.TagClassName
{
border-color: #DF7BDA;
}
</style>