Shades of Orchid #DC6FC6
Tints of Orchid #DC6FC6
RGB
CMYK
RGB Variations
Color information
#DC6FC6 (or 0xDC6FC6) is known color: Orchid. HEX triplet: DC, 6F and C6. RGB value is (220,111,198). Sum of RGB (Red+Green+Blue) = 220+111+198=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FC6 is #239039. Grayscale: #999999. Windows color (decimal): -2330682 or 13004764. OLE color: 13004764.
HSL color Cylindrical-coordinate representation of color #DC6FC6: hue angle of 312.11º 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 #DC6FC6 is Cyan = 0, Magento = 0.50, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 198 | - |
| CMYK | 0 | 0.50 | 0.1 | 0.14 |
| HSL | 312.11º | 0.61% | 0.65% | - |
| HSV(B) | 312.11º | 0.5% | 0.86% | - |
| XYZ | 45.39 | 30.66 | 56.95 | - |
| YUV | 153.51 | 153.11 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 198 | 0 | 0.50 | 0.1 | 0.14 | 312.11 | 0.61 | 0.65 |
| Hex | DC | 6F | C6 | 0 | 32 | A | E | 138 | 3D | 41 |
| Octal | 334 | 157 | 306 | 0 | 62 | 12 | 16 | 470 | 75 | 101 |
| Binary | 11011100 | 1101111 | 11000110 | 0 | 110010 | 1010 | 1110 | 100111000 | 111101 | 1000001 |
Color Harmonies of #DC6FC6
Complementary color
Monochromatic Colors of #DC6FC6
Black with #DC6FC6
Text Example
Text Example
White with #DC6FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6FC6; }
p { color: rgb(220,111,198); }
H1.HeaderClassName
{
color: #DC6FC6;
}
.AnyTagClassName
{
color: #DC6FC6;
}
</style>
background-color css
<style>
a { background-color: #DC6FC6; }
a { background-color: rgb(220,111,198); }
div.DivClassName
{
background-color: #DC6FC6;
}
.BgClassName
{
background-color: #DC6FC6;
}
</style>
border-color css
<style>
span { border-color: #DC6FC6; }
span { border-color: rgb(220,111,198); }
td.TdClassName
{
border-color: #DC6FC6;
}
.TagClassName
{
border-color: #DC6FC6;
}
</style>