Shades of Orchid #DC6BD1
Tints of Orchid #DC6BD1
RGB
CMYK
RGB Variations
Color information
#DC6BD1 (or 0xDC6BD1) is known color: Orchid. HEX triplet: DC, 6B and D1. RGB value is (220,107,209). Sum of RGB (Red+Green+Blue) = 220+107+209=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 107 (42.19% from 255 or 19.96% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BD1 is #23942E. Grayscale: #989898. Windows color (decimal): -2331695 or 13724636. OLE color: 13724636.
HSL color Cylindrical-coordinate representation of color #DC6BD1: hue angle of 305.84º 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 #DC6BD1 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 209 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.14 |
| HSL | 305.84º | 0.62% | 0.64% | - |
| HSV(B) | 305.84º | 0.51% | 0.86% | - |
| XYZ | 46.28 | 30.33 | 63.74 | - |
| YUV | 152.42 | 159.94 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 209 | 0 | 0.51 | 0.05 | 0.14 | 305.84 | 0.62 | 0.64 |
| Hex | DC | 6B | D1 | 0 | 33 | 5 | E | 132 | 3E | 40 |
| Octal | 334 | 153 | 321 | 0 | 63 | 5 | 16 | 462 | 76 | 100 |
| Binary | 11011100 | 1101011 | 11010001 | 0 | 110011 | 101 | 1110 | 100110010 | 111110 | 1000000 |
Color Harmonies of #DC6BD1
Complementary color
Monochromatic Colors of #DC6BD1
Black with #DC6BD1
Text Example
Text Example
White with #DC6BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6BD1; }
p { color: rgb(220,107,209); }
H1.HeaderClassName
{
color: #DC6BD1;
}
.AnyTagClassName
{
color: #DC6BD1;
}
</style>
background-color css
<style>
a { background-color: #DC6BD1; }
a { background-color: rgb(220,107,209); }
div.DivClassName
{
background-color: #DC6BD1;
}
.BgClassName
{
background-color: #DC6BD1;
}
</style>
border-color css
<style>
span { border-color: #DC6BD1; }
span { border-color: rgb(220,107,209); }
td.TdClassName
{
border-color: #DC6BD1;
}
.TagClassName
{
border-color: #DC6BD1;
}
</style>