Shades of Orchid #DA79CF
Tints of Orchid #DA79CF
RGB
CMYK
RGB Variations
Color information
#DA79CF (or 0xDA79CF) is known color: Orchid. HEX triplet: DA, 79 and CF. RGB value is (218,121,207). Sum of RGB (Red+Green+Blue) = 218+121+207=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 121 (47.66% from 255 or 22.16% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DA79CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA79CF is #258630. Grayscale: #9F9F9F. Windows color (decimal): -2459185 or 13597146. OLE color: 13597146.
HSL color Cylindrical-coordinate representation of color #DA79CF: hue angle of 306.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA79CF is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 121 | 207 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.15 |
| HSL | 306.8º | 0.57% | 0.66% | - |
| HSV(B) | 306.8º | 0.44% | 0.85% | - |
| XYZ | 47.01 | 33.09 | 62.94 | - |
| YUV | 159.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 121 | 207 | 0 | 0.44 | 0.05 | 0.15 | 306.8 | 0.57 | 0.66 |
| Hex | DA | 79 | CF | 0 | 2C | 5 | F | 133 | 39 | 42 |
| Octal | 332 | 171 | 317 | 0 | 54 | 5 | 17 | 463 | 71 | 102 |
| Binary | 11011010 | 1111001 | 11001111 | 0 | 101100 | 101 | 1111 | 100110011 | 111001 | 1000010 |
Color Harmonies of #DA79CF
Complementary color
Monochromatic Colors of #DA79CF
Black with #DA79CF
Text Example
Text Example
White with #DA79CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA79CF; }
p { color: rgb(218,121,207); }
H1.HeaderClassName
{
color: #DA79CF;
}
.AnyTagClassName
{
color: #DA79CF;
}
</style>
background-color css
<style>
a { background-color: #DA79CF; }
a { background-color: rgb(218,121,207); }
div.DivClassName
{
background-color: #DA79CF;
}
.BgClassName
{
background-color: #DA79CF;
}
</style>
border-color css
<style>
span { border-color: #DA79CF; }
span { border-color: rgb(218,121,207); }
td.TdClassName
{
border-color: #DA79CF;
}
.TagClassName
{
border-color: #DA79CF;
}
</style>