Shades of Medium Orchid #C56CDE
Tints of Medium Orchid #C56CDE
RGB
CMYK
RGB Variations
Color information
#C56CDE (or 0xC56CDE) is known color: Medium Orchid. HEX triplet: C5, 6C and DE. RGB value is (197,108,222). Sum of RGB (Red+Green+Blue) = 197+108+222=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #C56CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56CDE is #3A9321. Grayscale: #939393. Windows color (decimal): -3838754 or 14576837. OLE color: 14576837.
HSL color Cylindrical-coordinate representation of color #C56CDE: hue angle of 286.84º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56CDE is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 108 | 222 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.13 |
| HSL | 286.84º | 0.63% | 0.65% | - |
| HSV(B) | 286.84º | 0.51% | 0.87% | - |
| XYZ | 41.57 | 27.87 | 72.3 | - |
| YUV | 147.61 | 169.99 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 222 | 0.11 | 0.51 | 0 | 0.13 | 286.84 | 0.63 | 0.65 |
| Hex | C5 | 6C | DE | B | 33 | 0 | D | 11F | 3F | 41 |
| Octal | 305 | 154 | 336 | 13 | 63 | 0 | 15 | 437 | 77 | 101 |
| Binary | 11000101 | 1101100 | 11011110 | 1011 | 110011 | 0 | 1101 | 100011111 | 111111 | 1000001 |
Color Harmonies of #C56CDE
Complementary color
Monochromatic Colors of #C56CDE
Black with #C56CDE
Text Example
Text Example
White with #C56CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56CDE; }
p { color: rgb(197,108,222); }
H1.HeaderClassName
{
color: #C56CDE;
}
.AnyTagClassName
{
color: #C56CDE;
}
</style>
background-color css
<style>
a { background-color: #C56CDE; }
a { background-color: rgb(197,108,222); }
div.DivClassName
{
background-color: #C56CDE;
}
.BgClassName
{
background-color: #C56CDE;
}
</style>
border-color css
<style>
span { border-color: #C56CDE; }
span { border-color: rgb(197,108,222); }
td.TdClassName
{
border-color: #C56CDE;
}
.TagClassName
{
border-color: #C56CDE;
}
</style>