Shades of Medium Orchid #C56BE3
Tints of Medium Orchid #C56BE3
RGB
CMYK
RGB Variations
Color information
#C56BE3 (or 0xC56BE3) is known color: Medium Orchid. HEX triplet: C5, 6B and E3. RGB value is (197,107,227). Sum of RGB (Red+Green+Blue) = 197+107+227=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 227 (89.06% from 255 or 42.75% from 531); Max value from RGB is 227 - color contains mainly: blue. Hex color #C56BE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56BE3 is #3A941C. Grayscale: #939393. Windows color (decimal): -3839005 or 14904261. OLE color: 14904261.
HSL color Cylindrical-coordinate representation of color #C56BE3: hue angle of 285º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C56BE3 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 107 | 227 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.11 |
| HSL | 285º | 0.68% | 0.65% | - |
| HSV(B) | 285º | 0.53% | 0.89% | - |
| XYZ | 42.15 | 27.93 | 75.84 | - |
| YUV | 147.59 | 172.82 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 227 | 0.13 | 0.53 | 0 | 0.11 | 285 | 0.68 | 0.65 |
| Hex | C5 | 6B | E3 | D | 35 | 0 | B | 11D | 44 | 41 |
| Octal | 305 | 153 | 343 | 15 | 65 | 0 | 13 | 435 | 104 | 101 |
| Binary | 11000101 | 1101011 | 11100011 | 1101 | 110101 | 0 | 1011 | 100011101 | 1000100 | 1000001 |
Color Harmonies of #C56BE3
Complementary color
Monochromatic Colors of #C56BE3
Black with #C56BE3
Text Example
Text Example
White with #C56BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56BE3; }
p { color: rgb(197,107,227); }
H1.HeaderClassName
{
color: #C56BE3;
}
.AnyTagClassName
{
color: #C56BE3;
}
</style>
background-color css
<style>
a { background-color: #C56BE3; }
a { background-color: rgb(197,107,227); }
div.DivClassName
{
background-color: #C56BE3;
}
.BgClassName
{
background-color: #C56BE3;
}
</style>
border-color css
<style>
span { border-color: #C56BE3; }
span { border-color: rgb(197,107,227); }
td.TdClassName
{
border-color: #C56BE3;
}
.TagClassName
{
border-color: #C56BE3;
}
</style>