Shades of Orchid #DA7DDC
Tints of Orchid #DA7DDC
RGB
CMYK
RGB Variations
Color information
#DA7DDC (or 0xDA7DDC) is known color: Orchid. HEX triplet: DA, 7D and DC. RGB value is (218,125,220). Sum of RGB (Red+Green+Blue) = 218+125+220=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA7DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7DDC is #258223. Grayscale: #A3A3A3. Windows color (decimal): -2458148 or 14450138. OLE color: 14450138.
HSL color Cylindrical-coordinate representation of color #DA7DDC: hue angle of 298.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7DDC is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 125 | 220 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.14 |
| HSL | 298.74º | 0.58% | 0.68% | - |
| HSV(B) | 298.74º | 0.43% | 0.86% | - |
| XYZ | 49.17 | 34.74 | 71.82 | - |
| YUV | 163.64 | 159.81 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 220 | 0.01 | 0.43 | 0 | 0.14 | 298.74 | 0.58 | 0.68 |
| Hex | DA | 7D | DC | 1 | 2B | 0 | E | 12B | 3A | 44 |
| Octal | 332 | 175 | 334 | 1 | 53 | 0 | 16 | 453 | 72 | 104 |
| Binary | 11011010 | 1111101 | 11011100 | 1 | 101011 | 0 | 1110 | 100101011 | 111010 | 1000100 |
Color Harmonies of #DA7DDC
Complementary color
Monochromatic Colors of #DA7DDC
Black with #DA7DDC
Text Example
Text Example
White with #DA7DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7DDC; }
p { color: rgb(218,125,220); }
H1.HeaderClassName
{
color: #DA7DDC;
}
.AnyTagClassName
{
color: #DA7DDC;
}
</style>
background-color css
<style>
a { background-color: #DA7DDC; }
a { background-color: rgb(218,125,220); }
div.DivClassName
{
background-color: #DA7DDC;
}
.BgClassName
{
background-color: #DA7DDC;
}
</style>
border-color css
<style>
span { border-color: #DA7DDC; }
span { border-color: rgb(218,125,220); }
td.TdClassName
{
border-color: #DA7DDC;
}
.TagClassName
{
border-color: #DA7DDC;
}
</style>