Shades of Medium Orchid #C556EE
Tints of Medium Orchid #C556EE
RGB
CMYK
RGB Variations
Color information
#C556EE (or 0xC556EE) is known color: Medium Orchid. HEX triplet: C5, 56 and EE. RGB value is (197,86,238). Sum of RGB (Red+Green+Blue) = 197+86+238=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 86 (33.98% from 255 or 16.51% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #C556EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C556EE is #3AA911. Grayscale: #888888. Windows color (decimal): -3844370 or 15619781. OLE color: 15619781.
HSL color Cylindrical-coordinate representation of color #C556EE: hue angle of 283.82º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C556EE is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 86 | 238 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.07 |
| HSL | 283.82º | 0.82% | 0.64% | - |
| HSV(B) | 283.82º | 0.64% | 0.93% | - |
| XYZ | 41.79 | 24.7 | 83.45 | - |
| YUV | 136.52 | 185.27 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 238 | 0.17 | 0.64 | 0 | 0.07 | 283.82 | 0.82 | 0.64 |
| Hex | C5 | 56 | EE | 11 | 40 | 0 | 7 | 11C | 52 | 40 |
| Octal | 305 | 126 | 356 | 21 | 100 | 0 | 7 | 434 | 122 | 100 |
| Binary | 11000101 | 1010110 | 11101110 | 10001 | 1000000 | 0 | 111 | 100011100 | 1010010 | 1000000 |
Color Harmonies of #C556EE
Complementary color
Monochromatic Colors of #C556EE
Black with #C556EE
Text Example
Text Example
White with #C556EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C556EE; }
p { color: rgb(197,86,238); }
H1.HeaderClassName
{
color: #C556EE;
}
.AnyTagClassName
{
color: #C556EE;
}
</style>
background-color css
<style>
a { background-color: #C556EE; }
a { background-color: rgb(197,86,238); }
div.DivClassName
{
background-color: #C556EE;
}
.BgClassName
{
background-color: #C556EE;
}
</style>
border-color css
<style>
span { border-color: #C556EE; }
span { border-color: rgb(197,86,238); }
td.TdClassName
{
border-color: #C556EE;
}
.TagClassName
{
border-color: #C556EE;
}
</style>