Shades of Orchid #DA76BF
Tints of Orchid #DA76BF
RGB
CMYK
RGB Variations
Color information
#DA76BF (or 0xDA76BF) is known color: Orchid. HEX triplet: DA, 76 and BF. RGB value is (218,118,191). Sum of RGB (Red+Green+Blue) = 218+118+191=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA76BF is #258940. Grayscale: #9C9C9C. Windows color (decimal): -2459969 or 12547802. OLE color: 12547802.
HSL color Cylindrical-coordinate representation of color #DA76BF: hue angle of 316.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA76BF is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 191 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.15 |
| HSL | 316.2º | 0.57% | 0.66% | - |
| HSV(B) | 316.2º | 0.46% | 0.85% | - |
| XYZ | 44.8 | 31.62 | 53.03 | - |
| YUV | 156.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 191 | 0 | 0.46 | 0.12 | 0.15 | 316.2 | 0.57 | 0.66 |
| Hex | DA | 76 | BF | 0 | 2E | C | F | 13C | 39 | 42 |
| Octal | 332 | 166 | 277 | 0 | 56 | 14 | 17 | 474 | 71 | 102 |
| Binary | 11011010 | 1110110 | 10111111 | 0 | 101110 | 1100 | 1111 | 100111100 | 111001 | 1000010 |
Color Harmonies of #DA76BF
Complementary color
Monochromatic Colors of #DA76BF
Black with #DA76BF
Text Example
Text Example
White with #DA76BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA76BF; }
p { color: rgb(218,118,191); }
H1.HeaderClassName
{
color: #DA76BF;
}
.AnyTagClassName
{
color: #DA76BF;
}
</style>
background-color css
<style>
a { background-color: #DA76BF; }
a { background-color: rgb(218,118,191); }
div.DivClassName
{
background-color: #DA76BF;
}
.BgClassName
{
background-color: #DA76BF;
}
</style>
border-color css
<style>
span { border-color: #DA76BF; }
span { border-color: rgb(218,118,191); }
td.TdClassName
{
border-color: #DA76BF;
}
.TagClassName
{
border-color: #DA76BF;
}
</style>