Shades of Orchid #DA7CE0
Tints of Orchid #DA7CE0
RGB
CMYK
RGB Variations
Color information
#DA7CE0 (or 0xDA7CE0) is known color: Orchid. HEX triplet: DA, 7C and E0. RGB value is (218,124,224). Sum of RGB (Red+Green+Blue) = 218+124+224=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 224 (87.89% from 255 or 39.58% from 566); Max value from RGB is 224 - color contains mainly: blue. Hex color #DA7CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7CE0 is #25831F. Grayscale: #A3A3A3. Windows color (decimal): -2458400 or 14712026. OLE color: 14712026.
HSL color Cylindrical-coordinate representation of color #DA7CE0: hue angle of 296.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA7CE0 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 124 | 224 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.12 |
| HSL | 296.4º | 0.62% | 0.68% | - |
| HSV(B) | 296.4º | 0.45% | 0.88% | - |
| XYZ | 49.58 | 34.7 | 74.61 | - |
| YUV | 163.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 224 | 0.03 | 0.45 | 0 | 0.12 | 296.4 | 0.62 | 0.68 |
| Hex | DA | 7C | E0 | 3 | 2D | 0 | C | 128 | 3E | 44 |
| Octal | 332 | 174 | 340 | 3 | 55 | 0 | 14 | 450 | 76 | 104 |
| Binary | 11011010 | 1111100 | 11100000 | 11 | 101101 | 0 | 1100 | 100101000 | 111110 | 1000100 |
Color Harmonies of #DA7CE0
Complementary color
Monochromatic Colors of #DA7CE0
Black with #DA7CE0
Text Example
Text Example
White with #DA7CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7CE0; }
p { color: rgb(218,124,224); }
H1.HeaderClassName
{
color: #DA7CE0;
}
.AnyTagClassName
{
color: #DA7CE0;
}
</style>
background-color css
<style>
a { background-color: #DA7CE0; }
a { background-color: rgb(218,124,224); }
div.DivClassName
{
background-color: #DA7CE0;
}
.BgClassName
{
background-color: #DA7CE0;
}
</style>
border-color css
<style>
span { border-color: #DA7CE0; }
span { border-color: rgb(218,124,224); }
td.TdClassName
{
border-color: #DA7CE0;
}
.TagClassName
{
border-color: #DA7CE0;
}
</style>