Shades of Medium Orchid #C53FD3
Tints of Medium Orchid #C53FD3
RGB
CMYK
RGB Variations
Color information
#C53FD3 (or 0xC53FD3) is known color: Medium Orchid. HEX triplet: C5, 3F and D3. RGB value is (197,63,211). Sum of RGB (Red+Green+Blue) = 197+63+211=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 211 (82.81% from 255 or 44.80% from 471); Max value from RGB is 211 - color contains mainly: blue. Hex color #C53FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53FD3 is #3AC02C. Grayscale: #777777. Windows color (decimal): -3850285 or 13844421. OLE color: 13844421.
HSL color Cylindrical-coordinate representation of color #C53FD3: hue angle of 294.32º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53FD3 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 63 | 211 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.17 |
| HSL | 294.32º | 0.63% | 0.54% | - |
| HSV(B) | 294.32º | 0.7% | 0.83% | - |
| XYZ | 36.56 | 20.13 | 63.59 | - |
| YUV | 119.94 | 179.39 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 211 | 0.07 | 0.70 | 0 | 0.17 | 294.32 | 0.63 | 0.54 |
| Hex | C5 | 3F | D3 | 7 | 46 | 0 | 11 | 126 | 3F | 36 |
| Octal | 305 | 77 | 323 | 7 | 106 | 0 | 21 | 446 | 77 | 66 |
| Binary | 11000101 | 111111 | 11010011 | 111 | 1000110 | 0 | 10001 | 100100110 | 111111 | 110110 |
Color Harmonies of #C53FD3
Complementary color
Monochromatic Colors of #C53FD3
Black with #C53FD3
Text Example
Text Example
White with #C53FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53FD3; }
p { color: rgb(197,63,211); }
H1.HeaderClassName
{
color: #C53FD3;
}
.AnyTagClassName
{
color: #C53FD3;
}
</style>
background-color css
<style>
a { background-color: #C53FD3; }
a { background-color: rgb(197,63,211); }
div.DivClassName
{
background-color: #C53FD3;
}
.BgClassName
{
background-color: #C53FD3;
}
</style>
border-color css
<style>
span { border-color: #C53FD3; }
span { border-color: rgb(197,63,211); }
td.TdClassName
{
border-color: #C53FD3;
}
.TagClassName
{
border-color: #C53FD3;
}
</style>