Shades of Orchid #DA81D0
Tints of Orchid #DA81D0
RGB
CMYK
RGB Variations
Color information
#DA81D0 (or 0xDA81D0) is known color: Orchid. HEX triplet: DA, 81 and D0. RGB value is (218,129,208). Sum of RGB (Red+Green+Blue) = 218+129+208=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DA81D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81D0 is #257E2F. Grayscale: #A4A4A4. Windows color (decimal): -2457136 or 13664730. OLE color: 13664730.
HSL color Cylindrical-coordinate representation of color #DA81D0: hue angle of 306.74º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA81D0 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 208 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.15 |
| HSL | 306.74º | 0.55% | 0.68% | - |
| HSV(B) | 306.74º | 0.41% | 0.85% | - |
| XYZ | 48.15 | 35.16 | 63.92 | - |
| YUV | 164.62 | 152.49 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 208 | 0 | 0.41 | 0.05 | 0.15 | 306.74 | 0.55 | 0.68 |
| Hex | DA | 81 | D0 | 0 | 29 | 5 | F | 133 | 37 | 44 |
| Octal | 332 | 201 | 320 | 0 | 51 | 5 | 17 | 463 | 67 | 104 |
| Binary | 11011010 | 10000001 | 11010000 | 0 | 101001 | 101 | 1111 | 100110011 | 110111 | 1000100 |
Color Harmonies of #DA81D0
Complementary color
Monochromatic Colors of #DA81D0
Black with #DA81D0
Text Example
Text Example
White with #DA81D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA81D0; }
p { color: rgb(218,129,208); }
H1.HeaderClassName
{
color: #DA81D0;
}
.AnyTagClassName
{
color: #DA81D0;
}
</style>
background-color css
<style>
a { background-color: #DA81D0; }
a { background-color: rgb(218,129,208); }
div.DivClassName
{
background-color: #DA81D0;
}
.BgClassName
{
background-color: #DA81D0;
}
</style>
border-color css
<style>
span { border-color: #DA81D0; }
span { border-color: rgb(218,129,208); }
td.TdClassName
{
border-color: #DA81D0;
}
.TagClassName
{
border-color: #DA81D0;
}
</style>