Shades of Orchid #DA7AC0
Tints of Orchid #DA7AC0
RGB
CMYK
RGB Variations
Color information
#DA7AC0 (or 0xDA7AC0) is known color: Orchid. HEX triplet: DA, 7A and C0. RGB value is (218,122,192). Sum of RGB (Red+Green+Blue) = 218+122+192=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7AC0 is #25853F. Grayscale: #9E9E9E. Windows color (decimal): -2458944 or 12614362. OLE color: 12614362.
HSL color Cylindrical-coordinate representation of color #DA7AC0: hue angle of 316.25º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7AC0 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 192 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.15 |
| HSL | 316.25º | 0.56% | 0.67% | - |
| HSV(B) | 316.25º | 0.44% | 0.85% | - |
| XYZ | 45.39 | 32.63 | 53.78 | - |
| YUV | 158.68 | 146.8 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 192 | 0 | 0.44 | 0.12 | 0.15 | 316.25 | 0.56 | 0.67 |
| Hex | DA | 7A | C0 | 0 | 2C | C | F | 13C | 38 | 43 |
| Octal | 332 | 172 | 300 | 0 | 54 | 14 | 17 | 474 | 70 | 103 |
| Binary | 11011010 | 1111010 | 11000000 | 0 | 101100 | 1100 | 1111 | 100111100 | 111000 | 1000011 |
Color Harmonies of #DA7AC0
Complementary color
Monochromatic Colors of #DA7AC0
Black with #DA7AC0
Text Example
Text Example
White with #DA7AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7AC0; }
p { color: rgb(218,122,192); }
H1.HeaderClassName
{
color: #DA7AC0;
}
.AnyTagClassName
{
color: #DA7AC0;
}
</style>
background-color css
<style>
a { background-color: #DA7AC0; }
a { background-color: rgb(218,122,192); }
div.DivClassName
{
background-color: #DA7AC0;
}
.BgClassName
{
background-color: #DA7AC0;
}
</style>
border-color css
<style>
span { border-color: #DA7AC0; }
span { border-color: rgb(218,122,192); }
td.TdClassName
{
border-color: #DA7AC0;
}
.TagClassName
{
border-color: #DA7AC0;
}
</style>