Shades of Orchid #DC6ECF
Tints of Orchid #DC6ECF
RGB
CMYK
RGB Variations
Color information
#DC6ECF (or 0xDC6ECF) is known color: Orchid. HEX triplet: DC, 6E and CF. RGB value is (220,110,207). Sum of RGB (Red+Green+Blue) = 220+110+207=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6ECF is #239130. Grayscale: #999999. Windows color (decimal): -2330929 or 13594332. OLE color: 13594332.
HSL color Cylindrical-coordinate representation of color #DC6ECF: hue angle of 307.09º 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 #DC6ECF is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 207 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.14 |
| HSL | 307.09º | 0.61% | 0.65% | - |
| HSV(B) | 307.09º | 0.5% | 0.86% | - |
| XYZ | 46.35 | 30.87 | 62.55 | - |
| YUV | 153.95 | 157.94 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 207 | 0 | 0.50 | 0.06 | 0.14 | 307.09 | 0.61 | 0.65 |
| Hex | DC | 6E | CF | 0 | 32 | 6 | E | 133 | 3D | 41 |
| Octal | 334 | 156 | 317 | 0 | 62 | 6 | 16 | 463 | 75 | 101 |
| Binary | 11011100 | 1101110 | 11001111 | 0 | 110010 | 110 | 1110 | 100110011 | 111101 | 1000001 |
Color Harmonies of #DC6ECF
Complementary color
Monochromatic Colors of #DC6ECF
Black with #DC6ECF
Text Example
Text Example
White with #DC6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6ECF; }
p { color: rgb(220,110,207); }
H1.HeaderClassName
{
color: #DC6ECF;
}
.AnyTagClassName
{
color: #DC6ECF;
}
</style>
background-color css
<style>
a { background-color: #DC6ECF; }
a { background-color: rgb(220,110,207); }
div.DivClassName
{
background-color: #DC6ECF;
}
.BgClassName
{
background-color: #DC6ECF;
}
</style>
border-color css
<style>
span { border-color: #DC6ECF; }
span { border-color: rgb(220,110,207); }
td.TdClassName
{
border-color: #DC6ECF;
}
.TagClassName
{
border-color: #DC6ECF;
}
</style>