Shades of Orchid #DC6FCC
Tints of Orchid #DC6FCC
RGB
CMYK
RGB Variations
Color information
#DC6FCC (or 0xDC6FCC) is known color: Orchid. HEX triplet: DC, 6F and CC. RGB value is (220,111,204). Sum of RGB (Red+Green+Blue) = 220+111+204=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FCC is #239033. Grayscale: #999999. Windows color (decimal): -2330676 or 13397980. OLE color: 13397980.
HSL color Cylindrical-coordinate representation of color #DC6FCC: hue angle of 308.81º 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 #DC6FCC is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 204 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.14 |
| HSL | 308.81º | 0.61% | 0.65% | - |
| HSV(B) | 308.81º | 0.5% | 0.86% | - |
| XYZ | 46.1 | 30.94 | 60.67 | - |
| YUV | 154.19 | 156.11 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 204 | 0 | 0.50 | 0.07 | 0.14 | 308.81 | 0.61 | 0.65 |
| Hex | DC | 6F | CC | 0 | 32 | 7 | E | 135 | 3D | 41 |
| Octal | 334 | 157 | 314 | 0 | 62 | 7 | 16 | 465 | 75 | 101 |
| Binary | 11011100 | 1101111 | 11001100 | 0 | 110010 | 111 | 1110 | 100110101 | 111101 | 1000001 |
Color Harmonies of #DC6FCC
Complementary color
Monochromatic Colors of #DC6FCC
Black with #DC6FCC
Text Example
Text Example
White with #DC6FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6FCC; }
p { color: rgb(220,111,204); }
H1.HeaderClassName
{
color: #DC6FCC;
}
.AnyTagClassName
{
color: #DC6FCC;
}
</style>
background-color css
<style>
a { background-color: #DC6FCC; }
a { background-color: rgb(220,111,204); }
div.DivClassName
{
background-color: #DC6FCC;
}
.BgClassName
{
background-color: #DC6FCC;
}
</style>
border-color css
<style>
span { border-color: #DC6FCC; }
span { border-color: rgb(220,111,204); }
td.TdClassName
{
border-color: #DC6FCC;
}
.TagClassName
{
border-color: #DC6FCC;
}
</style>