Shades of Medium Orchid #C56CDF
Tints of Medium Orchid #C56CDF
RGB
CMYK
RGB Variations
Color information
#C56CDF (or 0xC56CDF) is known color: Medium Orchid. HEX triplet: C5, 6C and DF. RGB value is (197,108,223). Sum of RGB (Red+Green+Blue) = 197+108+223=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #C56CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56CDF is #3A9320. Grayscale: #939393. Windows color (decimal): -3838753 or 14642373. OLE color: 14642373.
HSL color Cylindrical-coordinate representation of color #C56CDF: hue angle of 286.43º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C56CDF is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 108 | 223 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.13 |
| HSL | 286.43º | 0.64% | 0.65% | - |
| HSV(B) | 286.43º | 0.52% | 0.87% | - |
| XYZ | 41.71 | 27.92 | 73 | - |
| YUV | 147.72 | 170.49 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 223 | 0.12 | 0.52 | 0 | 0.13 | 286.43 | 0.64 | 0.65 |
| Hex | C5 | 6C | DF | C | 34 | 0 | D | 11E | 40 | 41 |
| Octal | 305 | 154 | 337 | 14 | 64 | 0 | 15 | 436 | 100 | 101 |
| Binary | 11000101 | 1101100 | 11011111 | 1100 | 110100 | 0 | 1101 | 100011110 | 1000000 | 1000001 |
Color Harmonies of #C56CDF
Complementary color
Monochromatic Colors of #C56CDF
Black with #C56CDF
Text Example
Text Example
White with #C56CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56CDF; }
p { color: rgb(197,108,223); }
H1.HeaderClassName
{
color: #C56CDF;
}
.AnyTagClassName
{
color: #C56CDF;
}
</style>
background-color css
<style>
a { background-color: #C56CDF; }
a { background-color: rgb(197,108,223); }
div.DivClassName
{
background-color: #C56CDF;
}
.BgClassName
{
background-color: #C56CDF;
}
</style>
border-color css
<style>
span { border-color: #C56CDF; }
span { border-color: rgb(197,108,223); }
td.TdClassName
{
border-color: #C56CDF;
}
.TagClassName
{
border-color: #C56CDF;
}
</style>