Shades of Orchid #DA77C5
Tints of Orchid #DA77C5
RGB
CMYK
RGB Variations
Color information
#DA77C5 (or 0xDA77C5) is known color: Orchid. HEX triplet: DA, 77 and C5. RGB value is (218,119,197). Sum of RGB (Red+Green+Blue) = 218+119+197=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77C5 is #25883A. Grayscale: #9D9D9D. Windows color (decimal): -2459707 or 12941274. OLE color: 12941274.
HSL color Cylindrical-coordinate representation of color #DA77C5: hue angle of 312.73º 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 #DA77C5 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 197 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.15 |
| HSL | 312.73º | 0.57% | 0.66% | - |
| HSV(B) | 312.73º | 0.45% | 0.85% | - |
| XYZ | 45.59 | 32.13 | 56.62 | - |
| YUV | 157.49 | 150.3 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 197 | 0 | 0.45 | 0.10 | 0.15 | 312.73 | 0.57 | 0.66 |
| Hex | DA | 77 | C5 | 0 | 2D | A | F | 139 | 39 | 42 |
| Octal | 332 | 167 | 305 | 0 | 55 | 12 | 17 | 471 | 71 | 102 |
| Binary | 11011010 | 1110111 | 11000101 | 0 | 101101 | 1010 | 1111 | 100111001 | 111001 | 1000010 |
Color Harmonies of #DA77C5
Complementary color
Monochromatic Colors of #DA77C5
Black with #DA77C5
Text Example
Text Example
White with #DA77C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA77C5; }
p { color: rgb(218,119,197); }
H1.HeaderClassName
{
color: #DA77C5;
}
.AnyTagClassName
{
color: #DA77C5;
}
</style>
background-color css
<style>
a { background-color: #DA77C5; }
a { background-color: rgb(218,119,197); }
div.DivClassName
{
background-color: #DA77C5;
}
.BgClassName
{
background-color: #DA77C5;
}
</style>
border-color css
<style>
span { border-color: #DA77C5; }
span { border-color: rgb(218,119,197); }
td.TdClassName
{
border-color: #DA77C5;
}
.TagClassName
{
border-color: #DA77C5;
}
</style>