Shades of Orchid #DA79DF
Tints of Orchid #DA79DF
RGB
CMYK
RGB Variations
Color information
#DA79DF (or 0xDA79DF) is known color: Orchid. HEX triplet: DA, 79 and DF. RGB value is (218,121,223). Sum of RGB (Red+Green+Blue) = 218+121+223=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 121 (47.66% from 255 or 21.53% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA79DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA79DF is #258620. Grayscale: #A1A1A1. Windows color (decimal): -2459169 or 14645722. OLE color: 14645722.
HSL color Cylindrical-coordinate representation of color #DA79DF: hue angle of 297.06º 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 #DA79DF is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 121 | 223 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.13 |
| HSL | 297.06º | 0.61% | 0.67% | - |
| HSV(B) | 297.06º | 0.46% | 0.87% | - |
| XYZ | 49.07 | 33.91 | 73.77 | - |
| YUV | 161.63 | 162.64 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 121 | 223 | 0.02 | 0.46 | 0 | 0.13 | 297.06 | 0.61 | 0.67 |
| Hex | DA | 79 | DF | 2 | 2E | 0 | D | 129 | 3D | 43 |
| Octal | 332 | 171 | 337 | 2 | 56 | 0 | 15 | 451 | 75 | 103 |
| Binary | 11011010 | 1111001 | 11011111 | 10 | 101110 | 0 | 1101 | 100101001 | 111101 | 1000011 |
Color Harmonies of #DA79DF
Complementary color
Monochromatic Colors of #DA79DF
Black with #DA79DF
Text Example
Text Example
White with #DA79DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA79DF; }
p { color: rgb(218,121,223); }
H1.HeaderClassName
{
color: #DA79DF;
}
.AnyTagClassName
{
color: #DA79DF;
}
</style>
background-color css
<style>
a { background-color: #DA79DF; }
a { background-color: rgb(218,121,223); }
div.DivClassName
{
background-color: #DA79DF;
}
.BgClassName
{
background-color: #DA79DF;
}
</style>
border-color css
<style>
span { border-color: #DA79DF; }
span { border-color: rgb(218,121,223); }
td.TdClassName
{
border-color: #DA79DF;
}
.TagClassName
{
border-color: #DA79DF;
}
</style>