Shades of Orchid #DA7BE5
Tints of Orchid #DA7BE5
RGB
CMYK
RGB Variations
Color information
#DA7BE5 (or 0xDA7BE5) is known color: Orchid. HEX triplet: DA, 7B and E5. RGB value is (218,123,229). Sum of RGB (Red+Green+Blue) = 218+123+229=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 123 (48.44% from 255 or 21.58% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA7BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7BE5 is #25841A. Grayscale: #A3A3A3. Windows color (decimal): -2458651 or 15039450. OLE color: 15039450.
HSL color Cylindrical-coordinate representation of color #DA7BE5: hue angle of 293.77º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA7BE5 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 123 | 229 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.10 |
| HSL | 293.77º | 0.67% | 0.69% | - |
| HSV(B) | 293.77º | 0.46% | 0.9% | - |
| XYZ | 50.14 | 34.73 | 78.19 | - |
| YUV | 163.49 | 164.97 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 229 | 0.05 | 0.46 | 0 | 0.10 | 293.77 | 0.67 | 0.69 |
| Hex | DA | 7B | E5 | 5 | 2E | 0 | A | 126 | 43 | 45 |
| Octal | 332 | 173 | 345 | 5 | 56 | 0 | 12 | 446 | 103 | 105 |
| Binary | 11011010 | 1111011 | 11100101 | 101 | 101110 | 0 | 1010 | 100100110 | 1000011 | 1000101 |
Color Harmonies of #DA7BE5
Complementary color
Monochromatic Colors of #DA7BE5
Black with #DA7BE5
Text Example
Text Example
White with #DA7BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7BE5; }
p { color: rgb(218,123,229); }
H1.HeaderClassName
{
color: #DA7BE5;
}
.AnyTagClassName
{
color: #DA7BE5;
}
</style>
background-color css
<style>
a { background-color: #DA7BE5; }
a { background-color: rgb(218,123,229); }
div.DivClassName
{
background-color: #DA7BE5;
}
.BgClassName
{
background-color: #DA7BE5;
}
</style>
border-color css
<style>
span { border-color: #DA7BE5; }
span { border-color: rgb(218,123,229); }
td.TdClassName
{
border-color: #DA7BE5;
}
.TagClassName
{
border-color: #DA7BE5;
}
</style>