Shades of Medium Orchid #C53BDE
Tints of Medium Orchid #C53BDE
RGB
CMYK
RGB Variations
Color information
#C53BDE (or 0xC53BDE) is known color: Medium Orchid. HEX triplet: C5, 3B and DE. RGB value is (197,59,222). Sum of RGB (Red+Green+Blue) = 197+59+222=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 59 (23.44% from 255 or 12.34% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #C53BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53BDE is #3AC421. Grayscale: #767676. Windows color (decimal): -3851298 or 14564293. OLE color: 14564293.
HSL color Cylindrical-coordinate representation of color #C53BDE: hue angle of 290.8º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53BDE is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 59 | 222 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.13 |
| HSL | 290.8º | 0.71% | 0.55% | - |
| HSV(B) | 290.8º | 0.73% | 0.87% | - |
| XYZ | 37.77 | 20.27 | 71.03 | - |
| YUV | 118.84 | 186.22 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 222 | 0.11 | 0.73 | 0 | 0.13 | 290.8 | 0.71 | 0.55 |
| Hex | C5 | 3B | DE | B | 49 | 0 | D | 123 | 47 | 37 |
| Octal | 305 | 73 | 336 | 13 | 111 | 0 | 15 | 443 | 107 | 67 |
| Binary | 11000101 | 111011 | 11011110 | 1011 | 1001001 | 0 | 1101 | 100100011 | 1000111 | 110111 |
Color Harmonies of #C53BDE
Complementary color
Monochromatic Colors of #C53BDE
Black with #C53BDE
Text Example
Text Example
White with #C53BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53BDE; }
p { color: rgb(197,59,222); }
H1.HeaderClassName
{
color: #C53BDE;
}
.AnyTagClassName
{
color: #C53BDE;
}
</style>
background-color css
<style>
a { background-color: #C53BDE; }
a { background-color: rgb(197,59,222); }
div.DivClassName
{
background-color: #C53BDE;
}
.BgClassName
{
background-color: #C53BDE;
}
</style>
border-color css
<style>
span { border-color: #C53BDE; }
span { border-color: rgb(197,59,222); }
td.TdClassName
{
border-color: #C53BDE;
}
.TagClassName
{
border-color: #C53BDE;
}
</style>