Shades of Orchid #DA77BF
Tints of Orchid #DA77BF
RGB
CMYK
RGB Variations
Color information
#DA77BF (or 0xDA77BF) is known color: Orchid. HEX triplet: DA, 77 and BF. RGB value is (218,119,191). Sum of RGB (Red+Green+Blue) = 218+119+191=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77BF is #258840. Grayscale: #9C9C9C. Windows color (decimal): -2459713 or 12548058. OLE color: 12548058.
HSL color Cylindrical-coordinate representation of color #DA77BF: hue angle of 316.36º 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 #DA77BF is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 191 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.15 |
| HSL | 316.36º | 0.57% | 0.66% | - |
| HSV(B) | 316.36º | 0.45% | 0.85% | - |
| XYZ | 44.91 | 31.86 | 53.07 | - |
| YUV | 156.81 | 147.3 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 191 | 0 | 0.45 | 0.12 | 0.15 | 316.36 | 0.57 | 0.66 |
| Hex | DA | 77 | BF | 0 | 2D | C | F | 13C | 39 | 42 |
| Octal | 332 | 167 | 277 | 0 | 55 | 14 | 17 | 474 | 71 | 102 |
| Binary | 11011010 | 1110111 | 10111111 | 0 | 101101 | 1100 | 1111 | 100111100 | 111001 | 1000010 |
Color Harmonies of #DA77BF
Complementary color
Monochromatic Colors of #DA77BF
Black with #DA77BF
Text Example
Text Example
White with #DA77BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA77BF; }
p { color: rgb(218,119,191); }
H1.HeaderClassName
{
color: #DA77BF;
}
.AnyTagClassName
{
color: #DA77BF;
}
</style>
background-color css
<style>
a { background-color: #DA77BF; }
a { background-color: rgb(218,119,191); }
div.DivClassName
{
background-color: #DA77BF;
}
.BgClassName
{
background-color: #DA77BF;
}
</style>
border-color css
<style>
span { border-color: #DA77BF; }
span { border-color: rgb(218,119,191); }
td.TdClassName
{
border-color: #DA77BF;
}
.TagClassName
{
border-color: #DA77BF;
}
</style>