Shades of Orchid #DA77DA
Tints of Orchid #DA77DA
RGB
CMYK
RGB Variations
Color information
#DA77DA (or 0xDA77DA) is known color: Orchid. HEX triplet: DA, 77 and DA. RGB value is (218,119,218). Sum of RGB (Red+Green+Blue) = 218+119+218=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA77DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77DA is #258825. Grayscale: #9F9F9F. Windows color (decimal): -2459686 or 14317530. OLE color: 14317530.
HSL color Cylindrical-coordinate representation of color #DA77DA: hue angle of 300º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA77DA is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 218 | - |
| CMYK | 0 | 0.45 | 0 | 0.15 |
| HSL | 300º | 0.57% | 0.66% | - |
| HSV(B) | 300º | 0.45% | 0.85% | - |
| XYZ | 48.17 | 33.16 | 70.19 | - |
| YUV | 159.89 | 160.8 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 218 | 0 | 0.45 | 0 | 0.15 | 300 | 0.57 | 0.66 |
| Hex | DA | 77 | DA | 0 | 2D | 0 | F | 12C | 39 | 42 |
| Octal | 332 | 167 | 332 | 0 | 55 | 0 | 17 | 454 | 71 | 102 |
| Binary | 11011010 | 1110111 | 11011010 | 0 | 101101 | 0 | 1111 | 100101100 | 111001 | 1000010 |
Color Harmonies of #DA77DA
Complementary color
Monochromatic Colors of #DA77DA
Black with #DA77DA
Text Example
Text Example
White with #DA77DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA77DA; }
p { color: rgb(218,119,218); }
H1.HeaderClassName
{
color: #DA77DA;
}
.AnyTagClassName
{
color: #DA77DA;
}
</style>
background-color css
<style>
a { background-color: #DA77DA; }
a { background-color: rgb(218,119,218); }
div.DivClassName
{
background-color: #DA77DA;
}
.BgClassName
{
background-color: #DA77DA;
}
</style>
border-color css
<style>
span { border-color: #DA77DA; }
span { border-color: rgb(218,119,218); }
td.TdClassName
{
border-color: #DA77DA;
}
.TagClassName
{
border-color: #DA77DA;
}
</style>