Shades of Medium Orchid #C56CE9
Tints of Medium Orchid #C56CE9
RGB
CMYK
RGB Variations
Color information
#C56CE9 (or 0xC56CE9) is known color: Medium Orchid. HEX triplet: C5, 6C and E9. RGB value is (197,108,233). Sum of RGB (Red+Green+Blue) = 197+108+233=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 233 (91.41% from 255 or 43.31% from 538); Max value from RGB is 233 - color contains mainly: blue. Hex color #C56CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56CE9 is #3A9316. Grayscale: #949494. Windows color (decimal): -3838743 or 15297733. OLE color: 15297733.
HSL color Cylindrical-coordinate representation of color #C56CE9: hue angle of 282.72º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C56CE9 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 108 | 233 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.09 |
| HSL | 282.72º | 0.74% | 0.67% | - |
| HSV(B) | 282.72º | 0.54% | 0.91% | - |
| XYZ | 43.1 | 28.48 | 80.32 | - |
| YUV | 148.86 | 175.49 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 233 | 0.15 | 0.54 | 0 | 0.09 | 282.72 | 0.74 | 0.67 |
| Hex | C5 | 6C | E9 | F | 36 | 0 | 9 | 11B | 4A | 43 |
| Octal | 305 | 154 | 351 | 17 | 66 | 0 | 11 | 433 | 112 | 103 |
| Binary | 11000101 | 1101100 | 11101001 | 1111 | 110110 | 0 | 1001 | 100011011 | 1001010 | 1000011 |
Color Harmonies of #C56CE9
Complementary color
Monochromatic Colors of #C56CE9
Black with #C56CE9
Text Example
Text Example
White with #C56CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56CE9; }
p { color: rgb(197,108,233); }
H1.HeaderClassName
{
color: #C56CE9;
}
.AnyTagClassName
{
color: #C56CE9;
}
</style>
background-color css
<style>
a { background-color: #C56CE9; }
a { background-color: rgb(197,108,233); }
div.DivClassName
{
background-color: #C56CE9;
}
.BgClassName
{
background-color: #C56CE9;
}
</style>
border-color css
<style>
span { border-color: #C56CE9; }
span { border-color: rgb(197,108,233); }
td.TdClassName
{
border-color: #C56CE9;
}
.TagClassName
{
border-color: #C56CE9;
}
</style>