Shades of Orchid #DA7ACC
Tints of Orchid #DA7ACC
RGB
CMYK
RGB Variations
Color information
#DA7ACC (or 0xDA7ACC) is known color: Orchid. HEX triplet: DA, 7A and CC. RGB value is (218,122,204). Sum of RGB (Red+Green+Blue) = 218+122+204=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7ACC is #258533. Grayscale: #9F9F9F. Windows color (decimal): -2458932 or 13400794. OLE color: 13400794.
HSL color Cylindrical-coordinate representation of color #DA7ACC: hue angle of 308.75º 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 #DA7ACC is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 204 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.15 |
| HSL | 308.75º | 0.56% | 0.67% | - |
| HSV(B) | 308.75º | 0.44% | 0.85% | - |
| XYZ | 46.77 | 33.18 | 61.07 | - |
| YUV | 160.05 | 152.8 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 204 | 0 | 0.44 | 0.06 | 0.15 | 308.75 | 0.56 | 0.67 |
| Hex | DA | 7A | CC | 0 | 2C | 6 | F | 135 | 38 | 43 |
| Octal | 332 | 172 | 314 | 0 | 54 | 6 | 17 | 465 | 70 | 103 |
| Binary | 11011010 | 1111010 | 11001100 | 0 | 101100 | 110 | 1111 | 100110101 | 111000 | 1000011 |
Color Harmonies of #DA7ACC
Complementary color
Monochromatic Colors of #DA7ACC
Black with #DA7ACC
Text Example
Text Example
White with #DA7ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7ACC; }
p { color: rgb(218,122,204); }
H1.HeaderClassName
{
color: #DA7ACC;
}
.AnyTagClassName
{
color: #DA7ACC;
}
</style>
background-color css
<style>
a { background-color: #DA7ACC; }
a { background-color: rgb(218,122,204); }
div.DivClassName
{
background-color: #DA7ACC;
}
.BgClassName
{
background-color: #DA7ACC;
}
</style>
border-color css
<style>
span { border-color: #DA7ACC; }
span { border-color: rgb(218,122,204); }
td.TdClassName
{
border-color: #DA7ACC;
}
.TagClassName
{
border-color: #DA7ACC;
}
</style>