Shades of Orchid #DA7CE1
Tints of Orchid #DA7CE1
RGB
CMYK
RGB Variations
Color information
#DA7CE1 (or 0xDA7CE1) is known color: Orchid. HEX triplet: DA, 7C and E1. RGB value is (218,124,225). Sum of RGB (Red+Green+Blue) = 218+124+225=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 225 (88.28% from 255 or 39.68% from 567); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA7CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7CE1 is #25831E. Grayscale: #A3A3A3. Windows color (decimal): -2458399 or 14777562. OLE color: 14777562.
HSL color Cylindrical-coordinate representation of color #DA7CE1: hue angle of 295.84º degrees, saturation: 0.63, 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 #DA7CE1 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 124 | 225 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.12 |
| HSL | 295.84º | 0.63% | 0.68% | - |
| HSV(B) | 295.84º | 0.45% | 0.88% | - |
| XYZ | 49.71 | 34.76 | 75.32 | - |
| YUV | 163.62 | 162.64 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 225 | 0.03 | 0.45 | 0 | 0.12 | 295.84 | 0.63 | 0.68 |
| Hex | DA | 7C | E1 | 3 | 2D | 0 | C | 128 | 3F | 44 |
| Octal | 332 | 174 | 341 | 3 | 55 | 0 | 14 | 450 | 77 | 104 |
| Binary | 11011010 | 1111100 | 11100001 | 11 | 101101 | 0 | 1100 | 100101000 | 111111 | 1000100 |
Color Harmonies of #DA7CE1
Complementary color
Monochromatic Colors of #DA7CE1
Black with #DA7CE1
Text Example
Text Example
White with #DA7CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7CE1; }
p { color: rgb(218,124,225); }
H1.HeaderClassName
{
color: #DA7CE1;
}
.AnyTagClassName
{
color: #DA7CE1;
}
</style>
background-color css
<style>
a { background-color: #DA7CE1; }
a { background-color: rgb(218,124,225); }
div.DivClassName
{
background-color: #DA7CE1;
}
.BgClassName
{
background-color: #DA7CE1;
}
</style>
border-color css
<style>
span { border-color: #DA7CE1; }
span { border-color: rgb(218,124,225); }
td.TdClassName
{
border-color: #DA7CE1;
}
.TagClassName
{
border-color: #DA7CE1;
}
</style>