Shades of Orchid #DC6DDA
Tints of Orchid #DC6DDA
RGB
CMYK
RGB Variations
Color information
#DC6DDA (or 0xDC6DDA) is known color: Orchid. HEX triplet: DC, 6D and DA. RGB value is (220,109,218). Sum of RGB (Red+Green+Blue) = 220+109+218=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 109 (42.97% from 255 or 19.93% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DDA is #239225. Grayscale: #9A9A9A. Windows color (decimal): -2331174 or 14314972. OLE color: 14314972.
HSL color Cylindrical-coordinate representation of color #DC6DDA: hue angle of 301.08º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6DDA is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 218 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.14 |
| HSL | 301.08º | 0.61% | 0.65% | - |
| HSV(B) | 301.08º | 0.5% | 0.86% | - |
| XYZ | 47.64 | 31.21 | 69.84 | - |
| YUV | 154.62 | 163.77 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 218 | 0 | 0.50 | 0.01 | 0.14 | 301.08 | 0.61 | 0.65 |
| Hex | DC | 6D | DA | 0 | 32 | 1 | E | 12D | 3D | 41 |
| Octal | 334 | 155 | 332 | 0 | 62 | 1 | 16 | 455 | 75 | 101 |
| Binary | 11011100 | 1101101 | 11011010 | 0 | 110010 | 1 | 1110 | 100101101 | 111101 | 1000001 |
Color Harmonies of #DC6DDA
Complementary color
Monochromatic Colors of #DC6DDA
Black with #DC6DDA
Text Example
Text Example
White with #DC6DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6DDA; }
p { color: rgb(220,109,218); }
H1.HeaderClassName
{
color: #DC6DDA;
}
.AnyTagClassName
{
color: #DC6DDA;
}
</style>
background-color css
<style>
a { background-color: #DC6DDA; }
a { background-color: rgb(220,109,218); }
div.DivClassName
{
background-color: #DC6DDA;
}
.BgClassName
{
background-color: #DC6DDA;
}
</style>
border-color css
<style>
span { border-color: #DC6DDA; }
span { border-color: rgb(220,109,218); }
td.TdClassName
{
border-color: #DC6DDA;
}
.TagClassName
{
border-color: #DC6DDA;
}
</style>