Shades of Orchid #DC6DCF
Tints of Orchid #DC6DCF
RGB
CMYK
RGB Variations
Color information
#DC6DCF (or 0xDC6DCF) is known color: Orchid. HEX triplet: DC, 6D and CF. RGB value is (220,109,207). Sum of RGB (Red+Green+Blue) = 220+109+207=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DCF is #239230. Grayscale: #999999. Windows color (decimal): -2331185 or 13594076. OLE color: 13594076.
HSL color Cylindrical-coordinate representation of color #DC6DCF: hue angle of 307.03º 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 #DC6DCF is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 207 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.14 |
| HSL | 307.03º | 0.61% | 0.65% | - |
| HSV(B) | 307.03º | 0.5% | 0.86% | - |
| XYZ | 46.25 | 30.66 | 62.51 | - |
| YUV | 153.36 | 158.27 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 207 | 0 | 0.50 | 0.06 | 0.14 | 307.03 | 0.61 | 0.65 |
| Hex | DC | 6D | CF | 0 | 32 | 6 | E | 133 | 3D | 41 |
| Octal | 334 | 155 | 317 | 0 | 62 | 6 | 16 | 463 | 75 | 101 |
| Binary | 11011100 | 1101101 | 11001111 | 0 | 110010 | 110 | 1110 | 100110011 | 111101 | 1000001 |
Color Harmonies of #DC6DCF
Complementary color
Monochromatic Colors of #DC6DCF
Black with #DC6DCF
Text Example
Text Example
White with #DC6DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6DCF; }
p { color: rgb(220,109,207); }
H1.HeaderClassName
{
color: #DC6DCF;
}
.AnyTagClassName
{
color: #DC6DCF;
}
</style>
background-color css
<style>
a { background-color: #DC6DCF; }
a { background-color: rgb(220,109,207); }
div.DivClassName
{
background-color: #DC6DCF;
}
.BgClassName
{
background-color: #DC6DCF;
}
</style>
border-color css
<style>
span { border-color: #DC6DCF; }
span { border-color: rgb(220,109,207); }
td.TdClassName
{
border-color: #DC6DCF;
}
.TagClassName
{
border-color: #DC6DCF;
}
</style>