Shades of Orchid #DC6ACB
Tints of Orchid #DC6ACB
RGB
CMYK
RGB Variations
Color information
#DC6ACB (or 0xDC6ACB) is known color: Orchid. HEX triplet: DC, 6A and CB. RGB value is (220,106,203). Sum of RGB (Red+Green+Blue) = 220+106+203=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6ACB is #239534. Grayscale: #969696. Windows color (decimal): -2331957 or 13331164. OLE color: 13331164.
HSL color Cylindrical-coordinate representation of color #DC6ACB: hue angle of 308.95º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6ACB is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 203 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.14 |
| HSL | 308.95º | 0.62% | 0.64% | - |
| HSV(B) | 308.95º | 0.52% | 0.86% | - |
| XYZ | 45.45 | 29.84 | 59.86 | - |
| YUV | 151.14 | 157.27 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 203 | 0 | 0.52 | 0.08 | 0.14 | 308.95 | 0.62 | 0.64 |
| Hex | DC | 6A | CB | 0 | 34 | 8 | E | 135 | 3E | 40 |
| Octal | 334 | 152 | 313 | 0 | 64 | 10 | 16 | 465 | 76 | 100 |
| Binary | 11011100 | 1101010 | 11001011 | 0 | 110100 | 1000 | 1110 | 100110101 | 111110 | 1000000 |
Color Harmonies of #DC6ACB
Complementary color
Monochromatic Colors of #DC6ACB
Black with #DC6ACB
Text Example
Text Example
White with #DC6ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6ACB; }
p { color: rgb(220,106,203); }
H1.HeaderClassName
{
color: #DC6ACB;
}
.AnyTagClassName
{
color: #DC6ACB;
}
</style>
background-color css
<style>
a { background-color: #DC6ACB; }
a { background-color: rgb(220,106,203); }
div.DivClassName
{
background-color: #DC6ACB;
}
.BgClassName
{
background-color: #DC6ACB;
}
</style>
border-color css
<style>
span { border-color: #DC6ACB; }
span { border-color: rgb(220,106,203); }
td.TdClassName
{
border-color: #DC6ACB;
}
.TagClassName
{
border-color: #DC6ACB;
}
</style>