Shades of Orchid #DA7DDE
Tints of Orchid #DA7DDE
RGB
CMYK
RGB Variations
Color information
#DA7DDE (or 0xDA7DDE) is known color: Orchid. HEX triplet: DA, 7D and DE. RGB value is (218,125,222). Sum of RGB (Red+Green+Blue) = 218+125+222=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA7DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7DDE is #258221. Grayscale: #A3A3A3. Windows color (decimal): -2458146 or 14581210. OLE color: 14581210.
HSL color Cylindrical-coordinate representation of color #DA7DDE: hue angle of 297.53º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7DDE is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 125 | 222 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.13 |
| HSL | 297.53º | 0.6% | 0.68% | - |
| HSV(B) | 297.53º | 0.44% | 0.87% | - |
| XYZ | 49.43 | 34.85 | 73.23 | - |
| YUV | 163.87 | 160.81 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 222 | 0.02 | 0.44 | 0 | 0.13 | 297.53 | 0.6 | 0.68 |
| Hex | DA | 7D | DE | 2 | 2C | 0 | D | 12A | 3C | 44 |
| Octal | 332 | 175 | 336 | 2 | 54 | 0 | 15 | 452 | 74 | 104 |
| Binary | 11011010 | 1111101 | 11011110 | 10 | 101100 | 0 | 1101 | 100101010 | 111100 | 1000100 |
Color Harmonies of #DA7DDE
Complementary color
Monochromatic Colors of #DA7DDE
Black with #DA7DDE
Text Example
Text Example
White with #DA7DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7DDE; }
p { color: rgb(218,125,222); }
H1.HeaderClassName
{
color: #DA7DDE;
}
.AnyTagClassName
{
color: #DA7DDE;
}
</style>
background-color css
<style>
a { background-color: #DA7DDE; }
a { background-color: rgb(218,125,222); }
div.DivClassName
{
background-color: #DA7DDE;
}
.BgClassName
{
background-color: #DA7DDE;
}
</style>
border-color css
<style>
span { border-color: #DA7DDE; }
span { border-color: rgb(218,125,222); }
td.TdClassName
{
border-color: #DA7DDE;
}
.TagClassName
{
border-color: #DA7DDE;
}
</style>