Shades of Orchid #DA7BDD
Tints of Orchid #DA7BDD
RGB
CMYK
RGB Variations
Color information
#DA7BDD (or 0xDA7BDD) is known color: Orchid. HEX triplet: DA, 7B and DD. RGB value is (218,123,221). Sum of RGB (Red+Green+Blue) = 218+123+221=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA7BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7BDD is #258422. Grayscale: #A2A2A2. Windows color (decimal): -2458659 or 14515162. OLE color: 14515162.
HSL color Cylindrical-coordinate representation of color #DA7BDD: hue angle of 298.16º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7BDD is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 123 | 221 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.13 |
| HSL | 298.16º | 0.59% | 0.67% | - |
| HSV(B) | 298.16º | 0.44% | 0.87% | - |
| XYZ | 49.05 | 34.29 | 72.44 | - |
| YUV | 162.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 221 | 0.01 | 0.44 | 0 | 0.13 | 298.16 | 0.59 | 0.67 |
| Hex | DA | 7B | DD | 1 | 2C | 0 | D | 12A | 3B | 43 |
| Octal | 332 | 173 | 335 | 1 | 54 | 0 | 15 | 452 | 73 | 103 |
| Binary | 11011010 | 1111011 | 11011101 | 1 | 101100 | 0 | 1101 | 100101010 | 111011 | 1000011 |
Color Harmonies of #DA7BDD
Complementary color
Monochromatic Colors of #DA7BDD
Black with #DA7BDD
Text Example
Text Example
White with #DA7BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7BDD; }
p { color: rgb(218,123,221); }
H1.HeaderClassName
{
color: #DA7BDD;
}
.AnyTagClassName
{
color: #DA7BDD;
}
</style>
background-color css
<style>
a { background-color: #DA7BDD; }
a { background-color: rgb(218,123,221); }
div.DivClassName
{
background-color: #DA7BDD;
}
.BgClassName
{
background-color: #DA7BDD;
}
</style>
border-color css
<style>
span { border-color: #DA7BDD; }
span { border-color: rgb(218,123,221); }
td.TdClassName
{
border-color: #DA7BDD;
}
.TagClassName
{
border-color: #DA7BDD;
}
</style>