Shades of Medium Orchid #C55BE8
Tints of Medium Orchid #C55BE8
RGB
CMYK
RGB Variations
Color information
#C55BE8 (or 0xC55BE8) is known color: Medium Orchid. HEX triplet: C5, 5B and E8. RGB value is (197,91,232). Sum of RGB (Red+Green+Blue) = 197+91+232=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 91 (35.94% from 255 or 17.5% from 520); Blue value is 232 (91.02% from 255 or 44.62% from 520); Max value from RGB is 232 - color contains mainly: blue. Hex color #C55BE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55BE8 is #3AA417. Grayscale: #8A8A8A. Windows color (decimal): -3843096 or 15227845. OLE color: 15227845.
HSL color Cylindrical-coordinate representation of color #C55BE8: hue angle of 285.11º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C55BE8 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 91 | 232 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.09 |
| HSL | 285.11º | 0.75% | 0.63% | - |
| HSV(B) | 285.11º | 0.61% | 0.91% | - |
| XYZ | 41.33 | 25.18 | 79.03 | - |
| YUV | 138.77 | 180.62 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 232 | 0.15 | 0.61 | 0 | 0.09 | 285.11 | 0.75 | 0.63 |
| Hex | C5 | 5B | E8 | F | 3D | 0 | 9 | 11D | 4B | 3F |
| Octal | 305 | 133 | 350 | 17 | 75 | 0 | 11 | 435 | 113 | 77 |
| Binary | 11000101 | 1011011 | 11101000 | 1111 | 111101 | 0 | 1001 | 100011101 | 1001011 | 111111 |
Color Harmonies of #C55BE8
Complementary color
Monochromatic Colors of #C55BE8
Black with #C55BE8
Text Example
Text Example
White with #C55BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55BE8; }
p { color: rgb(197,91,232); }
H1.HeaderClassName
{
color: #C55BE8;
}
.AnyTagClassName
{
color: #C55BE8;
}
</style>
background-color css
<style>
a { background-color: #C55BE8; }
a { background-color: rgb(197,91,232); }
div.DivClassName
{
background-color: #C55BE8;
}
.BgClassName
{
background-color: #C55BE8;
}
</style>
border-color css
<style>
span { border-color: #C55BE8; }
span { border-color: rgb(197,91,232); }
td.TdClassName
{
border-color: #C55BE8;
}
.TagClassName
{
border-color: #C55BE8;
}
</style>