Shades of Orchid #DA80C9
Tints of Orchid #DA80C9
RGB
CMYK
RGB Variations
Color information
#DA80C9 (or 0xDA80C9) is known color: Orchid. HEX triplet: DA, 80 and C9. RGB value is (218,128,201). Sum of RGB (Red+Green+Blue) = 218+128+201=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DA80C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA80C9 is #257F36. Grayscale: #A3A3A3. Windows color (decimal): -2457399 or 13205722. OLE color: 13205722.
HSL color Cylindrical-coordinate representation of color #DA80C9: hue angle of 311.33º 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 #DA80C9 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 201 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.15 |
| HSL | 311.33º | 0.55% | 0.68% | - |
| HSV(B) | 311.33º | 0.41% | 0.85% | - |
| XYZ | 47.18 | 34.56 | 59.44 | - |
| YUV | 163.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 201 | 0 | 0.41 | 0.08 | 0.15 | 311.33 | 0.55 | 0.68 |
| Hex | DA | 80 | C9 | 0 | 29 | 8 | F | 137 | 37 | 44 |
| Octal | 332 | 200 | 311 | 0 | 51 | 10 | 17 | 467 | 67 | 104 |
| Binary | 11011010 | 10000000 | 11001001 | 0 | 101001 | 1000 | 1111 | 100110111 | 110111 | 1000100 |
Color Harmonies of #DA80C9
Complementary color
Monochromatic Colors of #DA80C9
Black with #DA80C9
Text Example
Text Example
White with #DA80C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA80C9; }
p { color: rgb(218,128,201); }
H1.HeaderClassName
{
color: #DA80C9;
}
.AnyTagClassName
{
color: #DA80C9;
}
</style>
background-color css
<style>
a { background-color: #DA80C9; }
a { background-color: rgb(218,128,201); }
div.DivClassName
{
background-color: #DA80C9;
}
.BgClassName
{
background-color: #DA80C9;
}
</style>
border-color css
<style>
span { border-color: #DA80C9; }
span { border-color: rgb(218,128,201); }
td.TdClassName
{
border-color: #DA80C9;
}
.TagClassName
{
border-color: #DA80C9;
}
</style>