Shades of Orchid #DC6CD6
Tints of Orchid #DC6CD6
RGB
CMYK
RGB Variations
Color information
#DC6CD6 (or 0xDC6CD6) is known color: Orchid. HEX triplet: DC, 6C and D6. RGB value is (220,108,214). Sum of RGB (Red+Green+Blue) = 220+108+214=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 108 (42.58% from 255 or 19.93% from 542); Blue value is 214 (83.98% from 255 or 39.48% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CD6 is #239329. Grayscale: #999999. Windows color (decimal): -2331434 or 14052572. OLE color: 14052572.
HSL color Cylindrical-coordinate representation of color #DC6CD6: hue angle of 303.21º 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 #DC6CD6 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 214 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.14 |
| HSL | 303.21º | 0.62% | 0.64% | - |
| HSV(B) | 303.21º | 0.51% | 0.86% | - |
| XYZ | 47.02 | 30.8 | 67.08 | - |
| YUV | 153.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 214 | 0 | 0.51 | 0.03 | 0.14 | 303.21 | 0.62 | 0.64 |
| Hex | DC | 6C | D6 | 0 | 33 | 3 | E | 12F | 3E | 40 |
| Octal | 334 | 154 | 326 | 0 | 63 | 3 | 16 | 457 | 76 | 100 |
| Binary | 11011100 | 1101100 | 11010110 | 0 | 110011 | 11 | 1110 | 100101111 | 111110 | 1000000 |
Color Harmonies of #DC6CD6
Complementary color
Monochromatic Colors of #DC6CD6
Black with #DC6CD6
Text Example
Text Example
White with #DC6CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6CD6; }
p { color: rgb(220,108,214); }
H1.HeaderClassName
{
color: #DC6CD6;
}
.AnyTagClassName
{
color: #DC6CD6;
}
</style>
background-color css
<style>
a { background-color: #DC6CD6; }
a { background-color: rgb(220,108,214); }
div.DivClassName
{
background-color: #DC6CD6;
}
.BgClassName
{
background-color: #DC6CD6;
}
</style>
border-color css
<style>
span { border-color: #DC6CD6; }
span { border-color: rgb(220,108,214); }
td.TdClassName
{
border-color: #DC6CD6;
}
.TagClassName
{
border-color: #DC6CD6;
}
</style>