Shades of Orchid #DA7AD3
Tints of Orchid #DA7AD3
RGB
CMYK
RGB Variations
Color information
#DA7AD3 (or 0xDA7AD3) is known color: Orchid. HEX triplet: DA, 7A and D3. RGB value is (218,122,211). Sum of RGB (Red+Green+Blue) = 218+122+211=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 211 (82.81% from 255 or 38.29% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7AD3 is #25852C. Grayscale: #A0A0A0. Windows color (decimal): -2458925 or 13859546. OLE color: 13859546.
HSL color Cylindrical-coordinate representation of color #DA7AD3: hue angle of 304.38º 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 #DA7AD3 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 211 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.15 |
| HSL | 304.38º | 0.56% | 0.67% | - |
| HSV(B) | 304.38º | 0.44% | 0.85% | - |
| XYZ | 47.63 | 33.53 | 65.59 | - |
| YUV | 160.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 211 | 0 | 0.44 | 0.03 | 0.15 | 304.38 | 0.56 | 0.67 |
| Hex | DA | 7A | D3 | 0 | 2C | 3 | F | 130 | 38 | 43 |
| Octal | 332 | 172 | 323 | 0 | 54 | 3 | 17 | 460 | 70 | 103 |
| Binary | 11011010 | 1111010 | 11010011 | 0 | 101100 | 11 | 1111 | 100110000 | 111000 | 1000011 |
Color Harmonies of #DA7AD3
Complementary color
Monochromatic Colors of #DA7AD3
Black with #DA7AD3
Text Example
Text Example
White with #DA7AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7AD3; }
p { color: rgb(218,122,211); }
H1.HeaderClassName
{
color: #DA7AD3;
}
.AnyTagClassName
{
color: #DA7AD3;
}
</style>
background-color css
<style>
a { background-color: #DA7AD3; }
a { background-color: rgb(218,122,211); }
div.DivClassName
{
background-color: #DA7AD3;
}
.BgClassName
{
background-color: #DA7AD3;
}
</style>
border-color css
<style>
span { border-color: #DA7AD3; }
span { border-color: rgb(218,122,211); }
td.TdClassName
{
border-color: #DA7AD3;
}
.TagClassName
{
border-color: #DA7AD3;
}
</style>