Shades of Orchid #DA80DD
Tints of Orchid #DA80DD
RGB
CMYK
RGB Variations
Color information
#DA80DD (or 0xDA80DD) is known color: Orchid. HEX triplet: DA, 80 and DD. RGB value is (218,128,221). Sum of RGB (Red+Green+Blue) = 218+128+221=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA80DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA80DD is #257F22. Grayscale: #A5A5A5. Windows color (decimal): -2457379 or 14516442. OLE color: 14516442.
HSL color Cylindrical-coordinate representation of color #DA80DD: hue angle of 298.06º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA80DD is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 128 | 221 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.13 |
| HSL | 298.06º | 0.58% | 0.68% | - |
| HSV(B) | 298.06º | 0.42% | 0.87% | - |
| XYZ | 49.68 | 35.56 | 72.65 | - |
| YUV | 165.51 | 159.32 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 221 | 0.01 | 0.42 | 0 | 0.13 | 298.06 | 0.58 | 0.68 |
| Hex | DA | 80 | DD | 1 | 2A | 0 | D | 12A | 3A | 44 |
| Octal | 332 | 200 | 335 | 1 | 52 | 0 | 15 | 452 | 72 | 104 |
| Binary | 11011010 | 10000000 | 11011101 | 1 | 101010 | 0 | 1101 | 100101010 | 111010 | 1000100 |
Color Harmonies of #DA80DD
Complementary color
Monochromatic Colors of #DA80DD
Black with #DA80DD
Text Example
Text Example
White with #DA80DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA80DD; }
p { color: rgb(218,128,221); }
H1.HeaderClassName
{
color: #DA80DD;
}
.AnyTagClassName
{
color: #DA80DD;
}
</style>
background-color css
<style>
a { background-color: #DA80DD; }
a { background-color: rgb(218,128,221); }
div.DivClassName
{
background-color: #DA80DD;
}
.BgClassName
{
background-color: #DA80DD;
}
</style>
border-color css
<style>
span { border-color: #DA80DD; }
span { border-color: rgb(218,128,221); }
td.TdClassName
{
border-color: #DA80DD;
}
.TagClassName
{
border-color: #DA80DD;
}
</style>