Shades of Orchid #DC7BDA
Tints of Orchid #DC7BDA
RGB
CMYK
RGB Variations
Color information
#DC7BDA (or 0xDC7BDA) is known color: Orchid. HEX triplet: DC, 7B and DA. RGB value is (220,123,218). Sum of RGB (Red+Green+Blue) = 220+123+218=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BDA is #238425. Grayscale: #A2A2A2. Windows color (decimal): -2327590 or 14318556. OLE color: 14318556.
HSL color Cylindrical-coordinate representation of color #DC7BDA: hue angle of 301.24º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7BDA is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 218 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.14 |
| HSL | 301.24º | 0.58% | 0.67% | - |
| HSV(B) | 301.24º | 0.44% | 0.86% | - |
| XYZ | 49.25 | 34.44 | 70.38 | - |
| YUV | 162.83 | 159.14 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 218 | 0 | 0.44 | 0.01 | 0.14 | 301.24 | 0.58 | 0.67 |
| Hex | DC | 7B | DA | 0 | 2C | 1 | E | 12D | 3A | 43 |
| Octal | 334 | 173 | 332 | 0 | 54 | 1 | 16 | 455 | 72 | 103 |
| Binary | 11011100 | 1111011 | 11011010 | 0 | 101100 | 1 | 1110 | 100101101 | 111010 | 1000011 |
Color Harmonies of #DC7BDA
Complementary color
Monochromatic Colors of #DC7BDA
Black with #DC7BDA
Text Example
Text Example
White with #DC7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BDA; }
p { color: rgb(220,123,218); }
H1.HeaderClassName
{
color: #DC7BDA;
}
.AnyTagClassName
{
color: #DC7BDA;
}
</style>
background-color css
<style>
a { background-color: #DC7BDA; }
a { background-color: rgb(220,123,218); }
div.DivClassName
{
background-color: #DC7BDA;
}
.BgClassName
{
background-color: #DC7BDA;
}
</style>
border-color css
<style>
span { border-color: #DC7BDA; }
span { border-color: rgb(220,123,218); }
td.TdClassName
{
border-color: #DC7BDA;
}
.TagClassName
{
border-color: #DC7BDA;
}
</style>