Shades of Orchid #DA7ECC
Tints of Orchid #DA7ECC
RGB
CMYK
RGB Variations
Color information
#DA7ECC (or 0xDA7ECC) is known color: Orchid. HEX triplet: DA, 7E and CC. RGB value is (218,126,204). Sum of RGB (Red+Green+Blue) = 218+126+204=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7ECC is #258133. Grayscale: #A2A2A2. Windows color (decimal): -2457908 or 13401818. OLE color: 13401818.
HSL color Cylindrical-coordinate representation of color #DA7ECC: hue angle of 309.13º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7ECC is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 126 | 204 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.15 |
| HSL | 309.13º | 0.55% | 0.67% | - |
| HSV(B) | 309.13º | 0.42% | 0.85% | - |
| XYZ | 47.27 | 34.19 | 61.23 | - |
| YUV | 162.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 126 | 204 | 0 | 0.42 | 0.06 | 0.15 | 309.13 | 0.55 | 0.67 |
| Hex | DA | 7E | CC | 0 | 2A | 6 | F | 135 | 37 | 43 |
| Octal | 332 | 176 | 314 | 0 | 52 | 6 | 17 | 465 | 67 | 103 |
| Binary | 11011010 | 1111110 | 11001100 | 0 | 101010 | 110 | 1111 | 100110101 | 110111 | 1000011 |
Color Harmonies of #DA7ECC
Complementary color
Monochromatic Colors of #DA7ECC
Black with #DA7ECC
Text Example
Text Example
White with #DA7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7ECC; }
p { color: rgb(218,126,204); }
H1.HeaderClassName
{
color: #DA7ECC;
}
.AnyTagClassName
{
color: #DA7ECC;
}
</style>
background-color css
<style>
a { background-color: #DA7ECC; }
a { background-color: rgb(218,126,204); }
div.DivClassName
{
background-color: #DA7ECC;
}
.BgClassName
{
background-color: #DA7ECC;
}
</style>
border-color css
<style>
span { border-color: #DA7ECC; }
span { border-color: rgb(218,126,204); }
td.TdClassName
{
border-color: #DA7ECC;
}
.TagClassName
{
border-color: #DA7ECC;
}
</style>