Shades of Orchid #DC6DC6
Tints of Orchid #DC6DC6
RGB
CMYK
RGB Variations
Color information
#DC6DC6 (or 0xDC6DC6) is known color: Orchid. HEX triplet: DC, 6D and C6. RGB value is (220,109,198). Sum of RGB (Red+Green+Blue) = 220+109+198=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DC6 is #239239. Grayscale: #989898. Windows color (decimal): -2331194 or 13004252. OLE color: 13004252.
HSL color Cylindrical-coordinate representation of color #DC6DC6: hue angle of 311.89º 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 #DC6DC6 is Cyan = 0, Magento = 0.50, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 109 | 198 | - |
CMYK | 0 | 0.50 | 0.1 | 0.14 |
HSL | 311.89º | 0.61% | 0.65% | - |
HSV(B) | 311.89º | 0.5% | 0.86% | - |
XYZ | 45.18 | 30.23 | 56.88 | - |
YUV | 152.34 | 153.77 | 176.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 109 | 198 | 0 | 0.50 | 0.1 | 0.14 | 311.89 | 0.61 | 0.65 |
Hex | DC | 6D | C6 | 0 | 32 | A | E | 138 | 3D | 41 |
Octal | 334 | 155 | 306 | 0 | 62 | 12 | 16 | 470 | 75 | 101 |
Binary | 11011100 | 1101101 | 11000110 | 0 | 110010 | 1010 | 1110 | 100111000 | 111101 | 1000001 |
Color Harmonies of #DC6DC6
Complementary color
Monochromatic Colors of #DC6DC6
Black with #DC6DC6
Text Example
Text Example
White with #DC6DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6DC6; }
p { color: rgb(220,109,198); }
H1.HeaderClassName
{
color: #DC6DC6;
}
.AnyTagClassName
{
color: #DC6DC6;
}
</style>
background-color css
<style>
a { background-color: #DC6DC6; }
a { background-color: rgb(220,109,198); }
div.DivClassName
{
background-color: #DC6DC6;
}
.BgClassName
{
background-color: #DC6DC6;
}
</style>
border-color css
<style>
span { border-color: #DC6DC6; }
span { border-color: rgb(220,109,198); }
td.TdClassName
{
border-color: #DC6DC6;
}
.TagClassName
{
border-color: #DC6DC6;
}
</style>