Shades of Orchid #DF76DF
Tints of Orchid #DF76DF
RGB
CMYK
RGB Variations
Color information
#DF76DF (or 0xDF76DF) is known color: Orchid. HEX triplet: DF, 76 and DF. RGB value is (223,118,223). Sum of RGB (Red+Green+Blue) = 223+118+223=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF76DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76DF is #208920. Grayscale: #A1A1A1. Windows color (decimal): -2132257 or 14644959. OLE color: 14644959.
HSL color Cylindrical-coordinate representation of color #DF76DF: hue angle of 300º 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 #DF76DF is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 118 | 223 | - |
CMYK | 0 | 0.47 | 0 | 0.13 |
HSL | 300º | 0.62% | 0.67% | - |
HSV(B) | 300º | 0.47% | 0.87% | - |
XYZ | 50.23 | 33.97 | 73.72 | - |
YUV | 161.37 | 162.79 | 171.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 118 | 223 | 0 | 0.47 | 0 | 0.13 | 300 | 0.62 | 0.67 |
Hex | DF | 76 | DF | 0 | 2F | 0 | D | 12C | 3E | 43 |
Octal | 337 | 166 | 337 | 0 | 57 | 0 | 15 | 454 | 76 | 103 |
Binary | 11011111 | 1110110 | 11011111 | 0 | 101111 | 0 | 1101 | 100101100 | 111110 | 1000011 |
Color Harmonies of #DF76DF
Complementary color
Monochromatic Colors of #DF76DF
Black with #DF76DF
Text Example
Text Example
White with #DF76DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF76DF; }
p { color: rgb(223,118,223); }
H1.HeaderClassName
{
color: #DF76DF;
}
.AnyTagClassName
{
color: #DF76DF;
}
</style>
background-color css
<style>
a { background-color: #DF76DF; }
a { background-color: rgb(223,118,223); }
div.DivClassName
{
background-color: #DF76DF;
}
.BgClassName
{
background-color: #DF76DF;
}
</style>
border-color css
<style>
span { border-color: #DF76DF; }
span { border-color: rgb(223,118,223); }
td.TdClassName
{
border-color: #DF76DF;
}
.TagClassName
{
border-color: #DF76DF;
}
</style>