Shades of Orchid #DA81DD
Tints of Orchid #DA81DD
RGB
CMYK
RGB Variations
Color information
#DA81DD (or 0xDA81DD) is known color: Orchid. HEX triplet: DA, 81 and DD. RGB value is (218,129,221). Sum of RGB (Red+Green+Blue) = 218+129+221=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA81DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81DD is #257E22. Grayscale: #A5A5A5. Windows color (decimal): -2457123 or 14516698. OLE color: 14516698.
HSL color Cylindrical-coordinate representation of color #DA81DD: hue angle of 298.04º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA81DD is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 129 | 221 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.13 |
| HSL | 298.04º | 0.58% | 0.69% | - |
| HSV(B) | 298.04º | 0.42% | 0.87% | - |
| XYZ | 49.81 | 35.83 | 72.7 | - |
| YUV | 166.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 221 | 0.01 | 0.42 | 0 | 0.13 | 298.04 | 0.58 | 0.69 |
| Hex | DA | 81 | DD | 1 | 2A | 0 | D | 12A | 3A | 45 |
| Octal | 332 | 201 | 335 | 1 | 52 | 0 | 15 | 452 | 72 | 105 |
| Binary | 11011010 | 10000001 | 11011101 | 1 | 101010 | 0 | 1101 | 100101010 | 111010 | 1000101 |
Color Harmonies of #DA81DD
Complementary color
Monochromatic Colors of #DA81DD
Black with #DA81DD
Text Example
Text Example
White with #DA81DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA81DD; }
p { color: rgb(218,129,221); }
H1.HeaderClassName
{
color: #DA81DD;
}
.AnyTagClassName
{
color: #DA81DD;
}
</style>
background-color css
<style>
a { background-color: #DA81DD; }
a { background-color: rgb(218,129,221); }
div.DivClassName
{
background-color: #DA81DD;
}
.BgClassName
{
background-color: #DA81DD;
}
</style>
border-color css
<style>
span { border-color: #DA81DD; }
span { border-color: rgb(218,129,221); }
td.TdClassName
{
border-color: #DA81DD;
}
.TagClassName
{
border-color: #DA81DD;
}
</style>