Shades of Orchid #DA76C1
Tints of Orchid #DA76C1
RGB
CMYK
RGB Variations
Color information
#DA76C1 (or 0xDA76C1) is known color: Orchid. HEX triplet: DA, 76 and C1. RGB value is (218,118,193). Sum of RGB (Red+Green+Blue) = 218+118+193=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA76C1 is #25893E. Grayscale: #9C9C9C. Windows color (decimal): -2459967 or 12678874. OLE color: 12678874.
HSL color Cylindrical-coordinate representation of color #DA76C1: hue angle of 315º 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 #DA76C1 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 193 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.15 |
| HSL | 315º | 0.57% | 0.66% | - |
| HSV(B) | 315º | 0.46% | 0.85% | - |
| XYZ | 45.02 | 31.71 | 54.2 | - |
| YUV | 156.45 | 148.63 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 193 | 0 | 0.46 | 0.11 | 0.15 | 315 | 0.57 | 0.66 |
| Hex | DA | 76 | C1 | 0 | 2E | B | F | 13B | 39 | 42 |
| Octal | 332 | 166 | 301 | 0 | 56 | 13 | 17 | 473 | 71 | 102 |
| Binary | 11011010 | 1110110 | 11000001 | 0 | 101110 | 1011 | 1111 | 100111011 | 111001 | 1000010 |
Color Harmonies of #DA76C1
Complementary color
Monochromatic Colors of #DA76C1
Black with #DA76C1
Text Example
Text Example
White with #DA76C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA76C1; }
p { color: rgb(218,118,193); }
H1.HeaderClassName
{
color: #DA76C1;
}
.AnyTagClassName
{
color: #DA76C1;
}
</style>
background-color css
<style>
a { background-color: #DA76C1; }
a { background-color: rgb(218,118,193); }
div.DivClassName
{
background-color: #DA76C1;
}
.BgClassName
{
background-color: #DA76C1;
}
</style>
border-color css
<style>
span { border-color: #DA76C1; }
span { border-color: rgb(218,118,193); }
td.TdClassName
{
border-color: #DA76C1;
}
.TagClassName
{
border-color: #DA76C1;
}
</style>