Shades of Orchid #DC6CBB
Tints of Orchid #DC6CBB
RGB
CMYK
RGB Variations
Color information
#DC6CBB (or 0xDC6CBB) is known color: Orchid. HEX triplet: DC, 6C and BB. RGB value is (220,108,187). Sum of RGB (Red+Green+Blue) = 220+108+187=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CBB is #239344. Grayscale: #969696. Windows color (decimal): -2331461 or 12283100. OLE color: 12283100.
HSL color Cylindrical-coordinate representation of color #DC6CBB: hue angle of 317.68º 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 #DC6CBB is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 187 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.14 |
| HSL | 317.68º | 0.62% | 0.64% | - |
| HSV(B) | 317.68º | 0.51% | 0.86% | - |
| XYZ | 43.85 | 29.53 | 50.4 | - |
| YUV | 150.49 | 148.61 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 187 | 0 | 0.51 | 0.15 | 0.14 | 317.68 | 0.62 | 0.64 |
| Hex | DC | 6C | BB | 0 | 33 | F | E | 13E | 3E | 40 |
| Octal | 334 | 154 | 273 | 0 | 63 | 17 | 16 | 476 | 76 | 100 |
| Binary | 11011100 | 1101100 | 10111011 | 0 | 110011 | 1111 | 1110 | 100111110 | 111110 | 1000000 |
Color Harmonies of #DC6CBB
Complementary color
Monochromatic Colors of #DC6CBB
Black with #DC6CBB
Text Example
Text Example
White with #DC6CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6CBB; }
p { color: rgb(220,108,187); }
H1.HeaderClassName
{
color: #DC6CBB;
}
.AnyTagClassName
{
color: #DC6CBB;
}
</style>
background-color css
<style>
a { background-color: #DC6CBB; }
a { background-color: rgb(220,108,187); }
div.DivClassName
{
background-color: #DC6CBB;
}
.BgClassName
{
background-color: #DC6CBB;
}
</style>
border-color css
<style>
span { border-color: #DC6CBB; }
span { border-color: rgb(220,108,187); }
td.TdClassName
{
border-color: #DC6CBB;
}
.TagClassName
{
border-color: #DC6CBB;
}
</style>