Shades of Orchid #DA80DA
Tints of Orchid #DA80DA
RGB
CMYK
RGB Variations
Color information
#DA80DA (or 0xDA80DA) is known color: Orchid. HEX triplet: DA, 80 and DA. RGB value is (218,128,218). Sum of RGB (Red+Green+Blue) = 218+128+218=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA80DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA80DA is #257F25. Grayscale: #A4A4A4. Windows color (decimal): -2457382 or 14319834. OLE color: 14319834.
HSL color Cylindrical-coordinate representation of color #DA80DA: hue angle of 300º 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 #DA80DA is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 218 | - |
| CMYK | 0 | 0.41 | 0 | 0.15 |
| HSL | 300º | 0.55% | 0.68% | - |
| HSV(B) | 300º | 0.41% | 0.85% | - |
| XYZ | 49.29 | 35.41 | 70.57 | - |
| YUV | 165.17 | 157.82 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 218 | 0 | 0.41 | 0 | 0.15 | 300 | 0.55 | 0.68 |
| Hex | DA | 80 | DA | 0 | 29 | 0 | F | 12C | 37 | 44 |
| Octal | 332 | 200 | 332 | 0 | 51 | 0 | 17 | 454 | 67 | 104 |
| Binary | 11011010 | 10000000 | 11011010 | 0 | 101001 | 0 | 1111 | 100101100 | 110111 | 1000100 |
Color Harmonies of #DA80DA
Complementary color
Monochromatic Colors of #DA80DA
Black with #DA80DA
Text Example
Text Example
White with #DA80DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA80DA; }
p { color: rgb(218,128,218); }
H1.HeaderClassName
{
color: #DA80DA;
}
.AnyTagClassName
{
color: #DA80DA;
}
</style>
background-color css
<style>
a { background-color: #DA80DA; }
a { background-color: rgb(218,128,218); }
div.DivClassName
{
background-color: #DA80DA;
}
.BgClassName
{
background-color: #DA80DA;
}
</style>
border-color css
<style>
span { border-color: #DA80DA; }
span { border-color: rgb(218,128,218); }
td.TdClassName
{
border-color: #DA80DA;
}
.TagClassName
{
border-color: #DA80DA;
}
</style>