Shades of Orchid #DC6BD9
Tints of Orchid #DC6BD9
RGB
CMYK
RGB Variations
Color information
#DC6BD9 (or 0xDC6BD9) is known color: Orchid. HEX triplet: DC, 6B and D9. RGB value is (220,107,217). Sum of RGB (Red+Green+Blue) = 220+107+217=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 107 (42.19% from 255 or 19.67% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BD9 is #239426. Grayscale: #999999. Windows color (decimal): -2331687 or 14248924. OLE color: 14248924.
HSL color Cylindrical-coordinate representation of color #DC6BD9: hue angle of 301.59º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6BD9 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 217 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.14 |
| HSL | 301.59º | 0.62% | 0.64% | - |
| HSV(B) | 301.59º | 0.51% | 0.86% | - |
| XYZ | 47.3 | 30.74 | 69.09 | - |
| YUV | 153.33 | 163.94 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 217 | 0 | 0.51 | 0.01 | 0.14 | 301.59 | 0.62 | 0.64 |
| Hex | DC | 6B | D9 | 0 | 33 | 1 | E | 12E | 3E | 40 |
| Octal | 334 | 153 | 331 | 0 | 63 | 1 | 16 | 456 | 76 | 100 |
| Binary | 11011100 | 1101011 | 11011001 | 0 | 110011 | 1 | 1110 | 100101110 | 111110 | 1000000 |
Color Harmonies of #DC6BD9
Complementary color
Monochromatic Colors of #DC6BD9
Black with #DC6BD9
Text Example
Text Example
White with #DC6BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6BD9; }
p { color: rgb(220,107,217); }
H1.HeaderClassName
{
color: #DC6BD9;
}
.AnyTagClassName
{
color: #DC6BD9;
}
</style>
background-color css
<style>
a { background-color: #DC6BD9; }
a { background-color: rgb(220,107,217); }
div.DivClassName
{
background-color: #DC6BD9;
}
.BgClassName
{
background-color: #DC6BD9;
}
</style>
border-color css
<style>
span { border-color: #DC6BD9; }
span { border-color: rgb(220,107,217); }
td.TdClassName
{
border-color: #DC6BD9;
}
.TagClassName
{
border-color: #DC6BD9;
}
</style>