Shades of Orchid #DC79DF
Tints of Orchid #DC79DF
RGB
CMYK
RGB Variations
Color information
#DC79DF (or 0xDC79DF) is known color: Orchid. HEX triplet: DC, 79 and DF. RGB value is (220,121,223). Sum of RGB (Red+Green+Blue) = 220+121+223=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 121 (47.66% from 255 or 21.45% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC79DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79DF is #238620. Grayscale: #A1A1A1. Windows color (decimal): -2328097 or 14645724. OLE color: 14645724.
HSL color Cylindrical-coordinate representation of color #DC79DF: hue angle of 298.24º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC79DF is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 121 | 223 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.13 |
| HSL | 298.24º | 0.61% | 0.67% | - |
| HSV(B) | 298.24º | 0.46% | 0.87% | - |
| XYZ | 49.67 | 34.22 | 73.8 | - |
| YUV | 162.23 | 162.3 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 223 | 0.01 | 0.46 | 0 | 0.13 | 298.24 | 0.61 | 0.67 |
| Hex | DC | 79 | DF | 1 | 2E | 0 | D | 12A | 3D | 43 |
| Octal | 334 | 171 | 337 | 1 | 56 | 0 | 15 | 452 | 75 | 103 |
| Binary | 11011100 | 1111001 | 11011111 | 1 | 101110 | 0 | 1101 | 100101010 | 111101 | 1000011 |
Color Harmonies of #DC79DF
Complementary color
Monochromatic Colors of #DC79DF
Black with #DC79DF
Text Example
Text Example
White with #DC79DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC79DF; }
p { color: rgb(220,121,223); }
H1.HeaderClassName
{
color: #DC79DF;
}
.AnyTagClassName
{
color: #DC79DF;
}
</style>
background-color css
<style>
a { background-color: #DC79DF; }
a { background-color: rgb(220,121,223); }
div.DivClassName
{
background-color: #DC79DF;
}
.BgClassName
{
background-color: #DC79DF;
}
</style>
border-color css
<style>
span { border-color: #DC79DF; }
span { border-color: rgb(220,121,223); }
td.TdClassName
{
border-color: #DC79DF;
}
.TagClassName
{
border-color: #DC79DF;
}
</style>