Shades of Orchid #DC6CBE
Tints of Orchid #DC6CBE
RGB
CMYK
RGB Variations
Color information
#DC6CBE (or 0xDC6CBE) is known color: Orchid. HEX triplet: DC, 6C and BE. RGB value is (220,108,190). Sum of RGB (Red+Green+Blue) = 220+108+190=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CBE is #239341. Grayscale: #969696. Windows color (decimal): -2331458 or 12479708. OLE color: 12479708.
HSL color Cylindrical-coordinate representation of color #DC6CBE: hue angle of 316.07º 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 #DC6CBE is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 190 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.14 |
| HSL | 316.07º | 0.62% | 0.64% | - |
| HSV(B) | 316.07º | 0.51% | 0.86% | - |
| XYZ | 44.17 | 29.66 | 52.11 | - |
| YUV | 150.84 | 150.11 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 190 | 0 | 0.51 | 0.14 | 0.14 | 316.07 | 0.62 | 0.64 |
| Hex | DC | 6C | BE | 0 | 33 | E | E | 13C | 3E | 40 |
| Octal | 334 | 154 | 276 | 0 | 63 | 16 | 16 | 474 | 76 | 100 |
| Binary | 11011100 | 1101100 | 10111110 | 0 | 110011 | 1110 | 1110 | 100111100 | 111110 | 1000000 |
Color Harmonies of #DC6CBE
Complementary color
Monochromatic Colors of #DC6CBE
Black with #DC6CBE
Text Example
Text Example
White with #DC6CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6CBE; }
p { color: rgb(220,108,190); }
H1.HeaderClassName
{
color: #DC6CBE;
}
.AnyTagClassName
{
color: #DC6CBE;
}
</style>
background-color css
<style>
a { background-color: #DC6CBE; }
a { background-color: rgb(220,108,190); }
div.DivClassName
{
background-color: #DC6CBE;
}
.BgClassName
{
background-color: #DC6CBE;
}
</style>
border-color css
<style>
span { border-color: #DC6CBE; }
span { border-color: rgb(220,108,190); }
td.TdClassName
{
border-color: #DC6CBE;
}
.TagClassName
{
border-color: #DC6CBE;
}
</style>