Shades of Medium Orchid #C56CDC
Tints of Medium Orchid #C56CDC
RGB
CMYK
RGB Variations
Color information
#C56CDC (or 0xC56CDC) is known color: Medium Orchid. HEX triplet: C5, 6C and DC. RGB value is (197,108,220). Sum of RGB (Red+Green+Blue) = 197+108+220=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #C56CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56CDC is #3A9323. Grayscale: #939393. Windows color (decimal): -3838756 or 14445765. OLE color: 14445765.
HSL color Cylindrical-coordinate representation of color #C56CDC: hue angle of 287.68º 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 #C56CDC is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 108 | 220 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.14 |
| HSL | 287.68º | 0.62% | 0.64% | - |
| HSV(B) | 287.68º | 0.51% | 0.86% | - |
| XYZ | 41.31 | 27.76 | 70.89 | - |
| YUV | 147.38 | 168.99 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 220 | 0.10 | 0.51 | 0 | 0.14 | 287.68 | 0.62 | 0.64 |
| Hex | C5 | 6C | DC | A | 33 | 0 | E | 120 | 3E | 40 |
| Octal | 305 | 154 | 334 | 12 | 63 | 0 | 16 | 440 | 76 | 100 |
| Binary | 11000101 | 1101100 | 11011100 | 1010 | 110011 | 0 | 1110 | 100100000 | 111110 | 1000000 |
Color Harmonies of #C56CDC
Complementary color
Monochromatic Colors of #C56CDC
Black with #C56CDC
Text Example
Text Example
White with #C56CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56CDC; }
p { color: rgb(197,108,220); }
H1.HeaderClassName
{
color: #C56CDC;
}
.AnyTagClassName
{
color: #C56CDC;
}
</style>
background-color css
<style>
a { background-color: #C56CDC; }
a { background-color: rgb(197,108,220); }
div.DivClassName
{
background-color: #C56CDC;
}
.BgClassName
{
background-color: #C56CDC;
}
</style>
border-color css
<style>
span { border-color: #C56CDC; }
span { border-color: rgb(197,108,220); }
td.TdClassName
{
border-color: #C56CDC;
}
.TagClassName
{
border-color: #C56CDC;
}
</style>