Shades of Orchid #DA77D4
Tints of Orchid #DA77D4
RGB
CMYK
RGB Variations
Color information
#DA77D4 (or 0xDA77D4) is known color: Orchid. HEX triplet: DA, 77 and D4. RGB value is (218,119,212). Sum of RGB (Red+Green+Blue) = 218+119+212=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 212 (83.20% from 255 or 38.62% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77D4 is #25882B. Grayscale: #9E9E9E. Windows color (decimal): -2459692 or 13924314. OLE color: 13924314.
HSL color Cylindrical-coordinate representation of color #DA77D4: hue angle of 303.64º 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 #DA77D4 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 212 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.15 |
| HSL | 303.64º | 0.57% | 0.66% | - |
| HSV(B) | 303.64º | 0.45% | 0.85% | - |
| XYZ | 47.39 | 32.85 | 66.13 | - |
| YUV | 159.2 | 157.8 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 212 | 0 | 0.45 | 0.03 | 0.15 | 303.64 | 0.57 | 0.66 |
| Hex | DA | 77 | D4 | 0 | 2D | 3 | F | 130 | 39 | 42 |
| Octal | 332 | 167 | 324 | 0 | 55 | 3 | 17 | 460 | 71 | 102 |
| Binary | 11011010 | 1110111 | 11010100 | 0 | 101101 | 11 | 1111 | 100110000 | 111001 | 1000010 |
Color Harmonies of #DA77D4
Complementary color
Monochromatic Colors of #DA77D4
Black with #DA77D4
Text Example
Text Example
White with #DA77D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA77D4; }
p { color: rgb(218,119,212); }
H1.HeaderClassName
{
color: #DA77D4;
}
.AnyTagClassName
{
color: #DA77D4;
}
</style>
background-color css
<style>
a { background-color: #DA77D4; }
a { background-color: rgb(218,119,212); }
div.DivClassName
{
background-color: #DA77D4;
}
.BgClassName
{
background-color: #DA77D4;
}
</style>
border-color css
<style>
span { border-color: #DA77D4; }
span { border-color: rgb(218,119,212); }
td.TdClassName
{
border-color: #DA77D4;
}
.TagClassName
{
border-color: #DA77D4;
}
</style>