Shades of Orchid #DC6FCD
Tints of Orchid #DC6FCD
RGB
CMYK
RGB Variations
Color information
#DC6FCD (or 0xDC6FCD) is known color: Orchid. HEX triplet: DC, 6F and CD. RGB value is (220,111,205). Sum of RGB (Red+Green+Blue) = 220+111+205=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FCD is #239032. Grayscale: #9A9A9A. Windows color (decimal): -2330675 or 13463516. OLE color: 13463516.
HSL color Cylindrical-coordinate representation of color #DC6FCD: hue angle of 308.26º 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 #DC6FCD is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 205 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.14 |
| HSL | 308.26º | 0.61% | 0.65% | - |
| HSV(B) | 308.26º | 0.5% | 0.86% | - |
| XYZ | 46.22 | 30.99 | 61.3 | - |
| YUV | 154.31 | 156.61 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 205 | 0 | 0.50 | 0.07 | 0.14 | 308.26 | 0.61 | 0.65 |
| Hex | DC | 6F | CD | 0 | 32 | 7 | E | 134 | 3D | 41 |
| Octal | 334 | 157 | 315 | 0 | 62 | 7 | 16 | 464 | 75 | 101 |
| Binary | 11011100 | 1101111 | 11001101 | 0 | 110010 | 111 | 1110 | 100110100 | 111101 | 1000001 |
Color Harmonies of #DC6FCD
Complementary color
Monochromatic Colors of #DC6FCD
Black with #DC6FCD
Text Example
Text Example
White with #DC6FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6FCD; }
p { color: rgb(220,111,205); }
H1.HeaderClassName
{
color: #DC6FCD;
}
.AnyTagClassName
{
color: #DC6FCD;
}
</style>
background-color css
<style>
a { background-color: #DC6FCD; }
a { background-color: rgb(220,111,205); }
div.DivClassName
{
background-color: #DC6FCD;
}
.BgClassName
{
background-color: #DC6FCD;
}
</style>
border-color css
<style>
span { border-color: #DC6FCD; }
span { border-color: rgb(220,111,205); }
td.TdClassName
{
border-color: #DC6FCD;
}
.TagClassName
{
border-color: #DC6FCD;
}
</style>