Shades of Orchid #DC6FD8
Tints of Orchid #DC6FD8
RGB
CMYK
RGB Variations
Color information
#DC6FD8 (or 0xDC6FD8) is known color: Orchid. HEX triplet: DC, 6F and D8. RGB value is (220,111,216). Sum of RGB (Red+Green+Blue) = 220+111+216=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FD8 is #239027. Grayscale: #9B9B9B. Windows color (decimal): -2330664 or 14184412. OLE color: 14184412.
HSL color Cylindrical-coordinate representation of color #DC6FD8: hue angle of 302.2º 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 #DC6FD8 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 216 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.14 |
| HSL | 302.2º | 0.61% | 0.65% | - |
| HSV(B) | 302.2º | 0.5% | 0.86% | - |
| XYZ | 47.59 | 31.54 | 68.55 | - |
| YUV | 155.56 | 162.11 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 216 | 0 | 0.50 | 0.02 | 0.14 | 302.2 | 0.61 | 0.65 |
| Hex | DC | 6F | D8 | 0 | 32 | 2 | E | 12E | 3D | 41 |
| Octal | 334 | 157 | 330 | 0 | 62 | 2 | 16 | 456 | 75 | 101 |
| Binary | 11011100 | 1101111 | 11011000 | 0 | 110010 | 10 | 1110 | 100101110 | 111101 | 1000001 |
Color Harmonies of #DC6FD8
Complementary color
Monochromatic Colors of #DC6FD8
Black with #DC6FD8
Text Example
Text Example
White with #DC6FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6FD8; }
p { color: rgb(220,111,216); }
H1.HeaderClassName
{
color: #DC6FD8;
}
.AnyTagClassName
{
color: #DC6FD8;
}
</style>
background-color css
<style>
a { background-color: #DC6FD8; }
a { background-color: rgb(220,111,216); }
div.DivClassName
{
background-color: #DC6FD8;
}
.BgClassName
{
background-color: #DC6FD8;
}
</style>
border-color css
<style>
span { border-color: #DC6FD8; }
span { border-color: rgb(220,111,216); }
td.TdClassName
{
border-color: #DC6FD8;
}
.TagClassName
{
border-color: #DC6FD8;
}
</style>