Shades of Orchid #DC6CC4
Tints of Orchid #DC6CC4
RGB
CMYK
RGB Variations
Color information
#DC6CC4 (or 0xDC6CC4) is known color: Orchid. HEX triplet: DC, 6C and C4. RGB value is (220,108,196). Sum of RGB (Red+Green+Blue) = 220+108+196=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CC4 is #23933B. Grayscale: #979797. Windows color (decimal): -2331452 or 12872924. OLE color: 12872924.
HSL color Cylindrical-coordinate representation of color #DC6CC4: hue angle of 312.86º 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 #DC6CC4 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 196 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.14 |
| HSL | 312.86º | 0.62% | 0.64% | - |
| HSV(B) | 312.86º | 0.51% | 0.86% | - |
| XYZ | 44.84 | 29.93 | 55.64 | - |
| YUV | 151.52 | 153.11 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 196 | 0 | 0.51 | 0.11 | 0.14 | 312.86 | 0.62 | 0.64 |
| Hex | DC | 6C | C4 | 0 | 33 | B | E | 139 | 3E | 40 |
| Octal | 334 | 154 | 304 | 0 | 63 | 13 | 16 | 471 | 76 | 100 |
| Binary | 11011100 | 1101100 | 11000100 | 0 | 110011 | 1011 | 1110 | 100111001 | 111110 | 1000000 |
Color Harmonies of #DC6CC4
Complementary color
Monochromatic Colors of #DC6CC4
Black with #DC6CC4
Text Example
Text Example
White with #DC6CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6CC4; }
p { color: rgb(220,108,196); }
H1.HeaderClassName
{
color: #DC6CC4;
}
.AnyTagClassName
{
color: #DC6CC4;
}
</style>
background-color css
<style>
a { background-color: #DC6CC4; }
a { background-color: rgb(220,108,196); }
div.DivClassName
{
background-color: #DC6CC4;
}
.BgClassName
{
background-color: #DC6CC4;
}
</style>
border-color css
<style>
span { border-color: #DC6CC4; }
span { border-color: rgb(220,108,196); }
td.TdClassName
{
border-color: #DC6CC4;
}
.TagClassName
{
border-color: #DC6CC4;
}
</style>