Shades of Medium Orchid #C53BE8
Tints of Medium Orchid #C53BE8
RGB
CMYK
RGB Variations
Color information
#C53BE8 (or 0xC53BE8) is known color: Medium Orchid. HEX triplet: C5, 3B and E8. RGB value is (197,59,232). Sum of RGB (Red+Green+Blue) = 197+59+232=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 59 (23.44% from 255 or 12.09% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 232 - color contains mainly: blue. Hex color #C53BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53BE8 is #3AC417. Grayscale: #777777. Windows color (decimal): -3851288 or 15219653. OLE color: 15219653.
HSL color Cylindrical-coordinate representation of color #C53BE8: hue angle of 287.86º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53BE8 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 59 | 232 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.09 |
| HSL | 287.86º | 0.79% | 0.57% | - |
| HSV(B) | 287.86º | 0.75% | 0.91% | - |
| XYZ | 39.16 | 20.82 | 78.3 | - |
| YUV | 119.98 | 191.22 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 232 | 0.15 | 0.75 | 0 | 0.09 | 287.86 | 0.79 | 0.57 |
| Hex | C5 | 3B | E8 | F | 4B | 0 | 9 | 120 | 4F | 39 |
| Octal | 305 | 73 | 350 | 17 | 113 | 0 | 11 | 440 | 117 | 71 |
| Binary | 11000101 | 111011 | 11101000 | 1111 | 1001011 | 0 | 1001 | 100100000 | 1001111 | 111001 |
Color Harmonies of #C53BE8
Complementary color
Monochromatic Colors of #C53BE8
Black with #C53BE8
Text Example
Text Example
White with #C53BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53BE8; }
p { color: rgb(197,59,232); }
H1.HeaderClassName
{
color: #C53BE8;
}
.AnyTagClassName
{
color: #C53BE8;
}
</style>
background-color css
<style>
a { background-color: #C53BE8; }
a { background-color: rgb(197,59,232); }
div.DivClassName
{
background-color: #C53BE8;
}
.BgClassName
{
background-color: #C53BE8;
}
</style>
border-color css
<style>
span { border-color: #C53BE8; }
span { border-color: rgb(197,59,232); }
td.TdClassName
{
border-color: #C53BE8;
}
.TagClassName
{
border-color: #C53BE8;
}
</style>