Shades of Medium Orchid #C53AD1
Tints of Medium Orchid #C53AD1
RGB
CMYK
RGB Variations
Color information
#C53AD1 (or 0xC53AD1) is known color: Medium Orchid. HEX triplet: C5, 3A and D1. RGB value is (197,58,209). Sum of RGB (Red+Green+Blue) = 197+58+209=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #C53AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53AD1 is #3AC52E. Grayscale: #747474. Windows color (decimal): -3851567 or 13712069. OLE color: 13712069.
HSL color Cylindrical-coordinate representation of color #C53AD1: hue angle of 295.23º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53AD1 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 58 | 209 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.18 |
| HSL | 295.23º | 0.62% | 0.52% | - |
| HSV(B) | 295.23º | 0.72% | 0.82% | - |
| XYZ | 36.05 | 19.5 | 62.19 | - |
| YUV | 116.78 | 180.05 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 209 | 0.06 | 0.72 | 0 | 0.18 | 295.23 | 0.62 | 0.52 |
| Hex | C5 | 3A | D1 | 6 | 48 | 0 | 12 | 127 | 3E | 34 |
| Octal | 305 | 72 | 321 | 6 | 110 | 0 | 22 | 447 | 76 | 64 |
| Binary | 11000101 | 111010 | 11010001 | 110 | 1001000 | 0 | 10010 | 100100111 | 111110 | 110100 |
Color Harmonies of #C53AD1
Complementary color
Monochromatic Colors of #C53AD1
Black with #C53AD1
Text Example
Text Example
White with #C53AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53AD1; }
p { color: rgb(197,58,209); }
H1.HeaderClassName
{
color: #C53AD1;
}
.AnyTagClassName
{
color: #C53AD1;
}
</style>
background-color css
<style>
a { background-color: #C53AD1; }
a { background-color: rgb(197,58,209); }
div.DivClassName
{
background-color: #C53AD1;
}
.BgClassName
{
background-color: #C53AD1;
}
</style>
border-color css
<style>
span { border-color: #C53AD1; }
span { border-color: rgb(197,58,209); }
td.TdClassName
{
border-color: #C53AD1;
}
.TagClassName
{
border-color: #C53AD1;
}
</style>