Shades of Orchid #DA77BE
Tints of Orchid #DA77BE
RGB
CMYK
RGB Variations
Color information
#DA77BE (or 0xDA77BE) is known color: Orchid. HEX triplet: DA, 77 and BE. RGB value is (218,119,190). Sum of RGB (Red+Green+Blue) = 218+119+190=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77BE is #258841. Grayscale: #9C9C9C. Windows color (decimal): -2459714 or 12482522. OLE color: 12482522.
HSL color Cylindrical-coordinate representation of color #DA77BE: hue angle of 316.97º 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 #DA77BE is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 190 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.15 |
| HSL | 316.97º | 0.57% | 0.66% | - |
| HSV(B) | 316.97º | 0.45% | 0.85% | - |
| XYZ | 44.8 | 31.82 | 52.5 | - |
| YUV | 156.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 190 | 0 | 0.45 | 0.13 | 0.15 | 316.97 | 0.57 | 0.66 |
| Hex | DA | 77 | BE | 0 | 2D | D | F | 13D | 39 | 42 |
| Octal | 332 | 167 | 276 | 0 | 55 | 15 | 17 | 475 | 71 | 102 |
| Binary | 11011010 | 1110111 | 10111110 | 0 | 101101 | 1101 | 1111 | 100111101 | 111001 | 1000010 |
Color Harmonies of #DA77BE
Complementary color
Monochromatic Colors of #DA77BE
Black with #DA77BE
Text Example
Text Example
White with #DA77BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA77BE; }
p { color: rgb(218,119,190); }
H1.HeaderClassName
{
color: #DA77BE;
}
.AnyTagClassName
{
color: #DA77BE;
}
</style>
background-color css
<style>
a { background-color: #DA77BE; }
a { background-color: rgb(218,119,190); }
div.DivClassName
{
background-color: #DA77BE;
}
.BgClassName
{
background-color: #DA77BE;
}
</style>
border-color css
<style>
span { border-color: #DA77BE; }
span { border-color: rgb(218,119,190); }
td.TdClassName
{
border-color: #DA77BE;
}
.TagClassName
{
border-color: #DA77BE;
}
</style>