Shades of Orchid #DF76DA
Tints of Orchid #DF76DA
RGB
CMYK
RGB Variations
Color information
#DF76DA (or 0xDF76DA) is known color: Orchid. HEX triplet: DF, 76 and DA. RGB value is (223,118,218). Sum of RGB (Red+Green+Blue) = 223+118+218=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76DA is #208925. Grayscale: #A0A0A0. Windows color (decimal): -2132262 or 14317279. OLE color: 14317279.
HSL color Cylindrical-coordinate representation of color #DF76DA: hue angle of 302.86º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF76DA is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 118 | 218 | - |
CMYK | 0 | 0.47 | 0.02 | 0.13 |
HSL | 302.86º | 0.62% | 0.67% | - |
HSV(B) | 302.86º | 0.47% | 0.87% | - |
XYZ | 49.56 | 33.71 | 70.22 | - |
YUV | 160.8 | 160.29 | 172.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 118 | 218 | 0 | 0.47 | 0.02 | 0.13 | 302.86 | 0.62 | 0.67 |
Hex | DF | 76 | DA | 0 | 2F | 2 | D | 12F | 3E | 43 |
Octal | 337 | 166 | 332 | 0 | 57 | 2 | 15 | 457 | 76 | 103 |
Binary | 11011111 | 1110110 | 11011010 | 0 | 101111 | 10 | 1101 | 100101111 | 111110 | 1000011 |
Color Harmonies of #DF76DA
Complementary color
Monochromatic Colors of #DF76DA
Black with #DF76DA
Text Example
Text Example
White with #DF76DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF76DA; }
p { color: rgb(223,118,218); }
H1.HeaderClassName
{
color: #DF76DA;
}
.AnyTagClassName
{
color: #DF76DA;
}
</style>
background-color css
<style>
a { background-color: #DF76DA; }
a { background-color: rgb(223,118,218); }
div.DivClassName
{
background-color: #DF76DA;
}
.BgClassName
{
background-color: #DF76DA;
}
</style>
border-color css
<style>
span { border-color: #DF76DA; }
span { border-color: rgb(223,118,218); }
td.TdClassName
{
border-color: #DF76DA;
}
.TagClassName
{
border-color: #DF76DA;
}
</style>