Shades of Medium Orchid #C56CE4
Tints of Medium Orchid #C56CE4
RGB
CMYK
RGB Variations
Color information
#C56CE4 (or 0xC56CE4) is known color: Medium Orchid. HEX triplet: C5, 6C and E4. RGB value is (197,108,228). Sum of RGB (Red+Green+Blue) = 197+108+228=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 228 - color contains mainly: blue. Hex color #C56CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56CE4 is #3A931B. Grayscale: #939393. Windows color (decimal): -3838748 or 14970053. OLE color: 14970053.
HSL color Cylindrical-coordinate representation of color #C56CE4: hue angle of 284.5º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C56CE4 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 108 | 228 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.11 |
| HSL | 284.5º | 0.69% | 0.66% | - |
| HSV(B) | 284.5º | 0.53% | 0.89% | - |
| XYZ | 42.39 | 28.2 | 76.61 | - |
| YUV | 148.29 | 172.99 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 228 | 0.14 | 0.53 | 0 | 0.11 | 284.5 | 0.69 | 0.66 |
| Hex | C5 | 6C | E4 | E | 35 | 0 | B | 11C | 45 | 42 |
| Octal | 305 | 154 | 344 | 16 | 65 | 0 | 13 | 434 | 105 | 102 |
| Binary | 11000101 | 1101100 | 11100100 | 1110 | 110101 | 0 | 1011 | 100011100 | 1000101 | 1000010 |
Color Harmonies of #C56CE4
Complementary color
Monochromatic Colors of #C56CE4
Black with #C56CE4
Text Example
Text Example
White with #C56CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56CE4; }
p { color: rgb(197,108,228); }
H1.HeaderClassName
{
color: #C56CE4;
}
.AnyTagClassName
{
color: #C56CE4;
}
</style>
background-color css
<style>
a { background-color: #C56CE4; }
a { background-color: rgb(197,108,228); }
div.DivClassName
{
background-color: #C56CE4;
}
.BgClassName
{
background-color: #C56CE4;
}
</style>
border-color css
<style>
span { border-color: #C56CE4; }
span { border-color: rgb(197,108,228); }
td.TdClassName
{
border-color: #C56CE4;
}
.TagClassName
{
border-color: #C56CE4;
}
</style>