Shades of Medium Orchid #C56BE0
Tints of Medium Orchid #C56BE0
RGB
CMYK
RGB Variations
Color information
#C56BE0 (or 0xC56BE0) is known color: Medium Orchid. HEX triplet: C5, 6B and E0. RGB value is (197,107,224). Sum of RGB (Red+Green+Blue) = 197+107+224=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #C56BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56BE0 is #3A941F. Grayscale: #929292. Windows color (decimal): -3839008 or 14707653. OLE color: 14707653.
HSL color Cylindrical-coordinate representation of color #C56BE0: hue angle of 286.15º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C56BE0 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 107 | 224 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.12 |
| HSL | 286.15º | 0.65% | 0.65% | - |
| HSV(B) | 286.15º | 0.52% | 0.88% | - |
| XYZ | 41.74 | 27.77 | 73.68 | - |
| YUV | 147.25 | 171.32 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 224 | 0.12 | 0.52 | 0 | 0.12 | 286.15 | 0.65 | 0.65 |
| Hex | C5 | 6B | E0 | C | 34 | 0 | C | 11E | 41 | 41 |
| Octal | 305 | 153 | 340 | 14 | 64 | 0 | 14 | 436 | 101 | 101 |
| Binary | 11000101 | 1101011 | 11100000 | 1100 | 110100 | 0 | 1100 | 100011110 | 1000001 | 1000001 |
Color Harmonies of #C56BE0
Complementary color
Monochromatic Colors of #C56BE0
Black with #C56BE0
Text Example
Text Example
White with #C56BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56BE0; }
p { color: rgb(197,107,224); }
H1.HeaderClassName
{
color: #C56BE0;
}
.AnyTagClassName
{
color: #C56BE0;
}
</style>
background-color css
<style>
a { background-color: #C56BE0; }
a { background-color: rgb(197,107,224); }
div.DivClassName
{
background-color: #C56BE0;
}
.BgClassName
{
background-color: #C56BE0;
}
</style>
border-color css
<style>
span { border-color: #C56BE0; }
span { border-color: rgb(197,107,224); }
td.TdClassName
{
border-color: #C56BE0;
}
.TagClassName
{
border-color: #C56BE0;
}
</style>