Shades of Medium Orchid #C55BEC
Tints of Medium Orchid #C55BEC
RGB
CMYK
RGB Variations
Color information
#C55BEC (or 0xC55BEC) is known color: Medium Orchid. HEX triplet: C5, 5B and EC. RGB value is (197,91,236). Sum of RGB (Red+Green+Blue) = 197+91+236=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 91 (35.94% from 255 or 17.37% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #C55BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55BEC is #3AA413. Grayscale: #8A8A8A. Windows color (decimal): -3843092 or 15489989. OLE color: 15489989.
HSL color Cylindrical-coordinate representation of color #C55BEC: hue angle of 283.86º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C55BEC is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 91 | 236 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.07 |
| HSL | 283.86º | 0.79% | 0.64% | - |
| HSV(B) | 283.86º | 0.61% | 0.93% | - |
| XYZ | 41.91 | 25.41 | 82.05 | - |
| YUV | 139.22 | 182.62 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 236 | 0.17 | 0.61 | 0 | 0.07 | 283.86 | 0.79 | 0.64 |
| Hex | C5 | 5B | EC | 11 | 3D | 0 | 7 | 11C | 4F | 40 |
| Octal | 305 | 133 | 354 | 21 | 75 | 0 | 7 | 434 | 117 | 100 |
| Binary | 11000101 | 1011011 | 11101100 | 10001 | 111101 | 0 | 111 | 100011100 | 1001111 | 1000000 |
Color Harmonies of #C55BEC
Complementary color
Monochromatic Colors of #C55BEC
Black with #C55BEC
Text Example
Text Example
White with #C55BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55BEC; }
p { color: rgb(197,91,236); }
H1.HeaderClassName
{
color: #C55BEC;
}
.AnyTagClassName
{
color: #C55BEC;
}
</style>
background-color css
<style>
a { background-color: #C55BEC; }
a { background-color: rgb(197,91,236); }
div.DivClassName
{
background-color: #C55BEC;
}
.BgClassName
{
background-color: #C55BEC;
}
</style>
border-color css
<style>
span { border-color: #C55BEC; }
span { border-color: rgb(197,91,236); }
td.TdClassName
{
border-color: #C55BEC;
}
.TagClassName
{
border-color: #C55BEC;
}
</style>