Shades of Orchid #DF7DDA
Tints of Orchid #DF7DDA
RGB
CMYK
RGB Variations
Color information
#DF7DDA (or 0xDF7DDA) is known color: Orchid. HEX triplet: DF, 7D and DA. RGB value is (223,125,218). Sum of RGB (Red+Green+Blue) = 223+125+218=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DDA is #208225. Grayscale: #A4A4A4. Windows color (decimal): -2130470 or 14319071. OLE color: 14319071.
HSL color Cylindrical-coordinate representation of color #DF7DDA: hue angle of 303.06º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7DDA is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 125 | 218 | - |
CMYK | 0 | 0.44 | 0.02 | 0.13 |
HSL | 303.06º | 0.6% | 0.68% | - |
HSV(B) | 303.06º | 0.44% | 0.87% | - |
XYZ | 50.42 | 35.42 | 70.51 | - |
YUV | 164.9 | 157.97 | 169.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 125 | 218 | 0 | 0.44 | 0.02 | 0.13 | 303.06 | 0.6 | 0.68 |
Hex | DF | 7D | DA | 0 | 2C | 2 | D | 12F | 3C | 44 |
Octal | 337 | 175 | 332 | 0 | 54 | 2 | 15 | 457 | 74 | 104 |
Binary | 11011111 | 1111101 | 11011010 | 0 | 101100 | 10 | 1101 | 100101111 | 111100 | 1000100 |
Color Harmonies of #DF7DDA
Complementary color
Monochromatic Colors of #DF7DDA
Black with #DF7DDA
Text Example
Text Example
White with #DF7DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7DDA; }
p { color: rgb(223,125,218); }
H1.HeaderClassName
{
color: #DF7DDA;
}
.AnyTagClassName
{
color: #DF7DDA;
}
</style>
background-color css
<style>
a { background-color: #DF7DDA; }
a { background-color: rgb(223,125,218); }
div.DivClassName
{
background-color: #DF7DDA;
}
.BgClassName
{
background-color: #DF7DDA;
}
</style>
border-color css
<style>
span { border-color: #DF7DDA; }
span { border-color: rgb(223,125,218); }
td.TdClassName
{
border-color: #DF7DDA;
}
.TagClassName
{
border-color: #DF7DDA;
}
</style>