Shades of Orchid #DA7CDD
Tints of Orchid #DA7CDD
RGB
CMYK
RGB Variations
Color information
#DA7CDD (or 0xDA7CDD) is known color: Orchid. HEX triplet: DA, 7C and DD. RGB value is (218,124,221). Sum of RGB (Red+Green+Blue) = 218+124+221=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 124 (48.83% from 255 or 22.02% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA7CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7CDD is #258322. Grayscale: #A2A2A2. Windows color (decimal): -2458403 or 14515418. OLE color: 14515418.
HSL color Cylindrical-coordinate representation of color #DA7CDD: hue angle of 298.14º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7CDD is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 124 | 221 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.13 |
| HSL | 298.14º | 0.59% | 0.68% | - |
| HSV(B) | 298.14º | 0.44% | 0.87% | - |
| XYZ | 49.17 | 34.54 | 72.48 | - |
| YUV | 163.16 | 160.64 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 221 | 0.01 | 0.44 | 0 | 0.13 | 298.14 | 0.59 | 0.68 |
| Hex | DA | 7C | DD | 1 | 2C | 0 | D | 12A | 3B | 44 |
| Octal | 332 | 174 | 335 | 1 | 54 | 0 | 15 | 452 | 73 | 104 |
| Binary | 11011010 | 1111100 | 11011101 | 1 | 101100 | 0 | 1101 | 100101010 | 111011 | 1000100 |
Color Harmonies of #DA7CDD
Complementary color
Monochromatic Colors of #DA7CDD
Black with #DA7CDD
Text Example
Text Example
White with #DA7CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7CDD; }
p { color: rgb(218,124,221); }
H1.HeaderClassName
{
color: #DA7CDD;
}
.AnyTagClassName
{
color: #DA7CDD;
}
</style>
background-color css
<style>
a { background-color: #DA7CDD; }
a { background-color: rgb(218,124,221); }
div.DivClassName
{
background-color: #DA7CDD;
}
.BgClassName
{
background-color: #DA7CDD;
}
</style>
border-color css
<style>
span { border-color: #DA7CDD; }
span { border-color: rgb(218,124,221); }
td.TdClassName
{
border-color: #DA7CDD;
}
.TagClassName
{
border-color: #DA7CDD;
}
</style>