Shades of Orchid #DC6DC4
Tints of Orchid #DC6DC4
RGB
CMYK
RGB Variations
Color information
#DC6DC4 (or 0xDC6DC4) is known color: Orchid. HEX triplet: DC, 6D and C4. RGB value is (220,109,196). Sum of RGB (Red+Green+Blue) = 220+109+196=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DC4 is #23923B. Grayscale: #979797. Windows color (decimal): -2331196 or 12873180. OLE color: 12873180.
HSL color Cylindrical-coordinate representation of color #DC6DC4: hue angle of 312.97º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6DC4 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 196 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.14 |
| HSL | 312.97º | 0.61% | 0.65% | - |
| HSV(B) | 312.97º | 0.5% | 0.86% | - |
| XYZ | 44.95 | 30.14 | 55.67 | - |
| YUV | 152.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 196 | 0 | 0.50 | 0.11 | 0.14 | 312.97 | 0.61 | 0.65 |
| Hex | DC | 6D | C4 | 0 | 32 | B | E | 139 | 3D | 41 |
| Octal | 334 | 155 | 304 | 0 | 62 | 13 | 16 | 471 | 75 | 101 |
| Binary | 11011100 | 1101101 | 11000100 | 0 | 110010 | 1011 | 1110 | 100111001 | 111101 | 1000001 |
Color Harmonies of #DC6DC4
Complementary color
Monochromatic Colors of #DC6DC4
Black with #DC6DC4
Text Example
Text Example
White with #DC6DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6DC4; }
p { color: rgb(220,109,196); }
H1.HeaderClassName
{
color: #DC6DC4;
}
.AnyTagClassName
{
color: #DC6DC4;
}
</style>
background-color css
<style>
a { background-color: #DC6DC4; }
a { background-color: rgb(220,109,196); }
div.DivClassName
{
background-color: #DC6DC4;
}
.BgClassName
{
background-color: #DC6DC4;
}
</style>
border-color css
<style>
span { border-color: #DC6DC4; }
span { border-color: rgb(220,109,196); }
td.TdClassName
{
border-color: #DC6DC4;
}
.TagClassName
{
border-color: #DC6DC4;
}
</style>