Shades of Orchid #DA7BE0
Tints of Orchid #DA7BE0
RGB
CMYK
RGB Variations
Color information
#DA7BE0 (or 0xDA7BE0) is known color: Orchid. HEX triplet: DA, 7B and E0. RGB value is (218,123,224). Sum of RGB (Red+Green+Blue) = 218+123+224=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 224 - color contains mainly: blue. Hex color #DA7BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7BE0 is #25841F. Grayscale: #A2A2A2. Windows color (decimal): -2458656 or 14711770. OLE color: 14711770.
HSL color Cylindrical-coordinate representation of color #DA7BE0: hue angle of 296.44º 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 #DA7BE0 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 123 | 224 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.12 |
| HSL | 296.44º | 0.62% | 0.68% | - |
| HSV(B) | 296.44º | 0.45% | 0.88% | - |
| XYZ | 49.45 | 34.45 | 74.56 | - |
| YUV | 162.92 | 162.47 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 224 | 0.03 | 0.45 | 0 | 0.12 | 296.44 | 0.62 | 0.68 |
| Hex | DA | 7B | E0 | 3 | 2D | 0 | C | 128 | 3E | 44 |
| Octal | 332 | 173 | 340 | 3 | 55 | 0 | 14 | 450 | 76 | 104 |
| Binary | 11011010 | 1111011 | 11100000 | 11 | 101101 | 0 | 1100 | 100101000 | 111110 | 1000100 |
Color Harmonies of #DA7BE0
Complementary color
Monochromatic Colors of #DA7BE0
Black with #DA7BE0
Text Example
Text Example
White with #DA7BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7BE0; }
p { color: rgb(218,123,224); }
H1.HeaderClassName
{
color: #DA7BE0;
}
.AnyTagClassName
{
color: #DA7BE0;
}
</style>
background-color css
<style>
a { background-color: #DA7BE0; }
a { background-color: rgb(218,123,224); }
div.DivClassName
{
background-color: #DA7BE0;
}
.BgClassName
{
background-color: #DA7BE0;
}
</style>
border-color css
<style>
span { border-color: #DA7BE0; }
span { border-color: rgb(218,123,224); }
td.TdClassName
{
border-color: #DA7BE0;
}
.TagClassName
{
border-color: #DA7BE0;
}
</style>