Shades of Orchid #DC6ABC
Tints of Orchid #DC6ABC
RGB
CMYK
RGB Variations
Color information
#DC6ABC (or 0xDC6ABC) is known color: Orchid. HEX triplet: DC, 6A and BC. RGB value is (220,106,188). Sum of RGB (Red+Green+Blue) = 220+106+188=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6ABC is #239543. Grayscale: #959595. Windows color (decimal): -2331972 or 12348124. OLE color: 12348124.
HSL color Cylindrical-coordinate representation of color #DC6ABC: hue angle of 316.84º 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 #DC6ABC is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 188 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.14 |
| HSL | 316.84º | 0.62% | 0.64% | - |
| HSV(B) | 316.84º | 0.52% | 0.86% | - |
| XYZ | 43.75 | 29.15 | 50.9 | - |
| YUV | 149.43 | 149.77 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 188 | 0 | 0.52 | 0.15 | 0.14 | 316.84 | 0.62 | 0.64 |
| Hex | DC | 6A | BC | 0 | 34 | F | E | 13D | 3E | 40 |
| Octal | 334 | 152 | 274 | 0 | 64 | 17 | 16 | 475 | 76 | 100 |
| Binary | 11011100 | 1101010 | 10111100 | 0 | 110100 | 1111 | 1110 | 100111101 | 111110 | 1000000 |
Color Harmonies of #DC6ABC
Complementary color
Monochromatic Colors of #DC6ABC
Black with #DC6ABC
Text Example
Text Example
White with #DC6ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6ABC; }
p { color: rgb(220,106,188); }
H1.HeaderClassName
{
color: #DC6ABC;
}
.AnyTagClassName
{
color: #DC6ABC;
}
</style>
background-color css
<style>
a { background-color: #DC6ABC; }
a { background-color: rgb(220,106,188); }
div.DivClassName
{
background-color: #DC6ABC;
}
.BgClassName
{
background-color: #DC6ABC;
}
</style>
border-color css
<style>
span { border-color: #DC6ABC; }
span { border-color: rgb(220,106,188); }
td.TdClassName
{
border-color: #DC6ABC;
}
.TagClassName
{
border-color: #DC6ABC;
}
</style>