Shades of Medium Orchid #C556E5
Tints of Medium Orchid #C556E5
RGB
CMYK
RGB Variations
Color information
#C556E5 (or 0xC556E5) is known color: Medium Orchid. HEX triplet: C5, 56 and E5. RGB value is (197,86,229). Sum of RGB (Red+Green+Blue) = 197+86+229=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 86 (33.98% from 255 or 16.80% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 229 - color contains mainly: blue. Hex color #C556E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C556E5 is #3AA91A. Grayscale: #878787. Windows color (decimal): -3844379 or 15029957. OLE color: 15029957.
HSL color Cylindrical-coordinate representation of color #C556E5: hue angle of 286.57º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C556E5 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 86 | 229 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.10 |
| HSL | 286.57º | 0.73% | 0.62% | - |
| HSV(B) | 286.57º | 0.62% | 0.9% | - |
| XYZ | 40.5 | 24.18 | 76.66 | - |
| YUV | 135.49 | 180.77 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 229 | 0.14 | 0.62 | 0 | 0.10 | 286.57 | 0.73 | 0.62 |
| Hex | C5 | 56 | E5 | E | 3E | 0 | A | 11F | 49 | 3E |
| Octal | 305 | 126 | 345 | 16 | 76 | 0 | 12 | 437 | 111 | 76 |
| Binary | 11000101 | 1010110 | 11100101 | 1110 | 111110 | 0 | 1010 | 100011111 | 1001001 | 111110 |
Color Harmonies of #C556E5
Complementary color
Monochromatic Colors of #C556E5
Black with #C556E5
Text Example
Text Example
White with #C556E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C556E5; }
p { color: rgb(197,86,229); }
H1.HeaderClassName
{
color: #C556E5;
}
.AnyTagClassName
{
color: #C556E5;
}
</style>
background-color css
<style>
a { background-color: #C556E5; }
a { background-color: rgb(197,86,229); }
div.DivClassName
{
background-color: #C556E5;
}
.BgClassName
{
background-color: #C556E5;
}
</style>
border-color css
<style>
span { border-color: #C556E5; }
span { border-color: rgb(197,86,229); }
td.TdClassName
{
border-color: #C556E5;
}
.TagClassName
{
border-color: #C556E5;
}
</style>