Shades of Orchid #DA76DD
Tints of Orchid #DA76DD
RGB
CMYK
RGB Variations
Color information
#DA76DD (or 0xDA76DD) is known color: Orchid. HEX triplet: DA, 76 and DD. RGB value is (218,118,221). Sum of RGB (Red+Green+Blue) = 218+118+221=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA76DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA76DD is #258922. Grayscale: #9F9F9F. Windows color (decimal): -2459939 or 14513882. OLE color: 14513882.
HSL color Cylindrical-coordinate representation of color #DA76DD: hue angle of 298.25º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA76DD is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 118 | 221 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.13 |
| HSL | 298.25º | 0.6% | 0.66% | - |
| HSV(B) | 298.25º | 0.47% | 0.87% | - |
| XYZ | 48.44 | 33.08 | 72.24 | - |
| YUV | 159.64 | 162.63 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 221 | 0.01 | 0.47 | 0 | 0.13 | 298.25 | 0.6 | 0.66 |
| Hex | DA | 76 | DD | 1 | 2F | 0 | D | 12A | 3C | 42 |
| Octal | 332 | 166 | 335 | 1 | 57 | 0 | 15 | 452 | 74 | 102 |
| Binary | 11011010 | 1110110 | 11011101 | 1 | 101111 | 0 | 1101 | 100101010 | 111100 | 1000010 |
Color Harmonies of #DA76DD
Complementary color
Monochromatic Colors of #DA76DD
Black with #DA76DD
Text Example
Text Example
White with #DA76DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA76DD; }
p { color: rgb(218,118,221); }
H1.HeaderClassName
{
color: #DA76DD;
}
.AnyTagClassName
{
color: #DA76DD;
}
</style>
background-color css
<style>
a { background-color: #DA76DD; }
a { background-color: rgb(218,118,221); }
div.DivClassName
{
background-color: #DA76DD;
}
.BgClassName
{
background-color: #DA76DD;
}
</style>
border-color css
<style>
span { border-color: #DA76DD; }
span { border-color: rgb(218,118,221); }
td.TdClassName
{
border-color: #DA76DD;
}
.TagClassName
{
border-color: #DA76DD;
}
</style>