Shades of Orchid #DA7CDA
Tints of Orchid #DA7CDA
RGB
CMYK
RGB Variations
Color information
#DA7CDA (or 0xDA7CDA) is known color: Orchid. HEX triplet: DA, 7C and DA. RGB value is (218,124,218). Sum of RGB (Red+Green+Blue) = 218+124+218=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA7CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7CDA is #258325. Grayscale: #A2A2A2. Windows color (decimal): -2458406 or 14318810. OLE color: 14318810.
HSL color Cylindrical-coordinate representation of color #DA7CDA: hue angle of 300º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7CDA is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 124 | 218 | - |
| CMYK | 0 | 0.43 | 0 | 0.15 |
| HSL | 300º | 0.56% | 0.67% | - |
| HSV(B) | 300º | 0.43% | 0.85% | - |
| XYZ | 48.78 | 34.38 | 70.4 | - |
| YUV | 162.82 | 159.14 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 218 | 0 | 0.43 | 0 | 0.15 | 300 | 0.56 | 0.67 |
| Hex | DA | 7C | DA | 0 | 2B | 0 | F | 12C | 38 | 43 |
| Octal | 332 | 174 | 332 | 0 | 53 | 0 | 17 | 454 | 70 | 103 |
| Binary | 11011010 | 1111100 | 11011010 | 0 | 101011 | 0 | 1111 | 100101100 | 111000 | 1000011 |
Color Harmonies of #DA7CDA
Complementary color
Monochromatic Colors of #DA7CDA
Black with #DA7CDA
Text Example
Text Example
White with #DA7CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7CDA; }
p { color: rgb(218,124,218); }
H1.HeaderClassName
{
color: #DA7CDA;
}
.AnyTagClassName
{
color: #DA7CDA;
}
</style>
background-color css
<style>
a { background-color: #DA7CDA; }
a { background-color: rgb(218,124,218); }
div.DivClassName
{
background-color: #DA7CDA;
}
.BgClassName
{
background-color: #DA7CDA;
}
</style>
border-color css
<style>
span { border-color: #DA7CDA; }
span { border-color: rgb(218,124,218); }
td.TdClassName
{
border-color: #DA7CDA;
}
.TagClassName
{
border-color: #DA7CDA;
}
</style>