Shades of Orchid #DC6CBD
Tints of Orchid #DC6CBD
RGB
CMYK
RGB Variations
Color information
#DC6CBD (or 0xDC6CBD) is known color: Orchid. HEX triplet: DC, 6C and BD. RGB value is (220,108,189). Sum of RGB (Red+Green+Blue) = 220+108+189=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CBD is #239342. Grayscale: #969696. Windows color (decimal): -2331459 or 12414172. OLE color: 12414172.
HSL color Cylindrical-coordinate representation of color #DC6CBD: hue angle of 316.61º 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 #DC6CBD is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 189 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.14 |
| HSL | 316.61º | 0.62% | 0.64% | - |
| HSV(B) | 316.61º | 0.51% | 0.86% | - |
| XYZ | 44.06 | 29.61 | 51.54 | - |
| YUV | 150.72 | 149.61 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 189 | 0 | 0.51 | 0.14 | 0.14 | 316.61 | 0.62 | 0.64 |
| Hex | DC | 6C | BD | 0 | 33 | E | E | 13D | 3E | 40 |
| Octal | 334 | 154 | 275 | 0 | 63 | 16 | 16 | 475 | 76 | 100 |
| Binary | 11011100 | 1101100 | 10111101 | 0 | 110011 | 1110 | 1110 | 100111101 | 111110 | 1000000 |
Color Harmonies of #DC6CBD
Complementary color
Monochromatic Colors of #DC6CBD
Black with #DC6CBD
Text Example
Text Example
White with #DC6CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6CBD; }
p { color: rgb(220,108,189); }
H1.HeaderClassName
{
color: #DC6CBD;
}
.AnyTagClassName
{
color: #DC6CBD;
}
</style>
background-color css
<style>
a { background-color: #DC6CBD; }
a { background-color: rgb(220,108,189); }
div.DivClassName
{
background-color: #DC6CBD;
}
.BgClassName
{
background-color: #DC6CBD;
}
</style>
border-color css
<style>
span { border-color: #DC6CBD; }
span { border-color: rgb(220,108,189); }
td.TdClassName
{
border-color: #DC6CBD;
}
.TagClassName
{
border-color: #DC6CBD;
}
</style>