Shades of Orchid #DC6BD3
Tints of Orchid #DC6BD3
RGB
CMYK
RGB Variations
Color information
#DC6BD3 (or 0xDC6BD3) is known color: Orchid. HEX triplet: DC, 6B and D3. RGB value is (220,107,211). Sum of RGB (Red+Green+Blue) = 220+107+211=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 211 (82.81% from 255 or 39.22% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BD3 is #23942C. Grayscale: #989898. Windows color (decimal): -2331693 or 13855708. OLE color: 13855708.
HSL color Cylindrical-coordinate representation of color #DC6BD3: hue angle of 304.78º 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 #DC6BD3 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 211 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.14 |
| HSL | 304.78º | 0.62% | 0.64% | - |
| HSV(B) | 304.78º | 0.51% | 0.86% | - |
| XYZ | 46.53 | 30.43 | 65.05 | - |
| YUV | 152.64 | 160.94 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 211 | 0 | 0.51 | 0.04 | 0.14 | 304.78 | 0.62 | 0.64 |
| Hex | DC | 6B | D3 | 0 | 33 | 4 | E | 131 | 3E | 40 |
| Octal | 334 | 153 | 323 | 0 | 63 | 4 | 16 | 461 | 76 | 100 |
| Binary | 11011100 | 1101011 | 11010011 | 0 | 110011 | 100 | 1110 | 100110001 | 111110 | 1000000 |
Color Harmonies of #DC6BD3
Complementary color
Monochromatic Colors of #DC6BD3
Black with #DC6BD3
Text Example
Text Example
White with #DC6BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6BD3; }
p { color: rgb(220,107,211); }
H1.HeaderClassName
{
color: #DC6BD3;
}
.AnyTagClassName
{
color: #DC6BD3;
}
</style>
background-color css
<style>
a { background-color: #DC6BD3; }
a { background-color: rgb(220,107,211); }
div.DivClassName
{
background-color: #DC6BD3;
}
.BgClassName
{
background-color: #DC6BD3;
}
</style>
border-color css
<style>
span { border-color: #DC6BD3; }
span { border-color: rgb(220,107,211); }
td.TdClassName
{
border-color: #DC6BD3;
}
.TagClassName
{
border-color: #DC6BD3;
}
</style>