Shades of Orchid #DC6CDC
Tints of Orchid #DC6CDC
RGB
CMYK
RGB Variations
Color information
#DC6CDC (or 0xDC6CDC) is known color: Orchid. HEX triplet: DC, 6C and DC. RGB value is (220,108,220). Sum of RGB (Red+Green+Blue) = 220+108+220=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 108 (42.58% from 255 or 19.71% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC6CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CDC is #239323. Grayscale: #999999. Windows color (decimal): -2331428 or 14445788. OLE color: 14445788.
HSL color Cylindrical-coordinate representation of color #DC6CDC: hue angle of 300º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6CDC is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 220 | - |
| CMYK | 0 | 0.51 | 0 | 0.14 |
| HSL | 300º | 0.62% | 0.64% | - |
| HSV(B) | 300º | 0.51% | 0.86% | - |
| XYZ | 47.8 | 31.11 | 71.2 | - |
| YUV | 154.26 | 165.11 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 220 | 0 | 0.51 | 0 | 0.14 | 300 | 0.62 | 0.64 |
| Hex | DC | 6C | DC | 0 | 33 | 0 | E | 12C | 3E | 40 |
| Octal | 334 | 154 | 334 | 0 | 63 | 0 | 16 | 454 | 76 | 100 |
| Binary | 11011100 | 1101100 | 11011100 | 0 | 110011 | 0 | 1110 | 100101100 | 111110 | 1000000 |
Color Harmonies of #DC6CDC
Complementary color
Monochromatic Colors of #DC6CDC
Black with #DC6CDC
Text Example
Text Example
White with #DC6CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6CDC; }
p { color: rgb(220,108,220); }
H1.HeaderClassName
{
color: #DC6CDC;
}
.AnyTagClassName
{
color: #DC6CDC;
}
</style>
background-color css
<style>
a { background-color: #DC6CDC; }
a { background-color: rgb(220,108,220); }
div.DivClassName
{
background-color: #DC6CDC;
}
.BgClassName
{
background-color: #DC6CDC;
}
</style>
border-color css
<style>
span { border-color: #DC6CDC; }
span { border-color: rgb(220,108,220); }
td.TdClassName
{
border-color: #DC6CDC;
}
.TagClassName
{
border-color: #DC6CDC;
}
</style>