Shades of Orchid #DC6DC0
Tints of Orchid #DC6DC0
RGB
CMYK
RGB Variations
Color information
#DC6DC0 (or 0xDC6DC0) is known color: Orchid. HEX triplet: DC, 6D and C0. RGB value is (220,109,192). Sum of RGB (Red+Green+Blue) = 220+109+192=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DC0 is #23923F. Grayscale: #979797. Windows color (decimal): -2331200 or 12611036. OLE color: 12611036.
HSL color Cylindrical-coordinate representation of color #DC6DC0: hue angle of 315.14º 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 #DC6DC0 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 192 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.14 |
| HSL | 315.14º | 0.61% | 0.65% | - |
| HSV(B) | 315.14º | 0.5% | 0.86% | - |
| XYZ | 44.5 | 29.96 | 53.31 | - |
| YUV | 151.65 | 150.77 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 192 | 0 | 0.50 | 0.13 | 0.14 | 315.14 | 0.61 | 0.65 |
| Hex | DC | 6D | C0 | 0 | 32 | D | E | 13B | 3D | 41 |
| Octal | 334 | 155 | 300 | 0 | 62 | 15 | 16 | 473 | 75 | 101 |
| Binary | 11011100 | 1101101 | 11000000 | 0 | 110010 | 1101 | 1110 | 100111011 | 111101 | 1000001 |
Color Harmonies of #DC6DC0
Complementary color
Monochromatic Colors of #DC6DC0
Black with #DC6DC0
Text Example
Text Example
White with #DC6DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6DC0; }
p { color: rgb(220,109,192); }
H1.HeaderClassName
{
color: #DC6DC0;
}
.AnyTagClassName
{
color: #DC6DC0;
}
</style>
background-color css
<style>
a { background-color: #DC6DC0; }
a { background-color: rgb(220,109,192); }
div.DivClassName
{
background-color: #DC6DC0;
}
.BgClassName
{
background-color: #DC6DC0;
}
</style>
border-color css
<style>
span { border-color: #DC6DC0; }
span { border-color: rgb(220,109,192); }
td.TdClassName
{
border-color: #DC6DC0;
}
.TagClassName
{
border-color: #DC6DC0;
}
</style>