Shades of Medium Orchid #C53FD1
Tints of Medium Orchid #C53FD1
RGB
CMYK
RGB Variations
Color information
#C53FD1 (or 0xC53FD1) is known color: Medium Orchid. HEX triplet: C5, 3F and D1. RGB value is (197,63,209). Sum of RGB (Red+Green+Blue) = 197+63+209=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 63 (25% from 255 or 13.43% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #C53FD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53FD1 is #3AC02E. Grayscale: #777777. Windows color (decimal): -3850287 or 13713349. OLE color: 13713349.
HSL color Cylindrical-coordinate representation of color #C53FD1: hue angle of 295.07º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53FD1 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 63 | 209 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.18 |
| HSL | 295.07º | 0.61% | 0.53% | - |
| HSV(B) | 295.07º | 0.7% | 0.82% | - |
| XYZ | 36.31 | 20.03 | 62.27 | - |
| YUV | 119.71 | 178.39 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 209 | 0.06 | 0.70 | 0 | 0.18 | 295.07 | 0.61 | 0.53 |
| Hex | C5 | 3F | D1 | 6 | 46 | 0 | 12 | 127 | 3D | 35 |
| Octal | 305 | 77 | 321 | 6 | 106 | 0 | 22 | 447 | 75 | 65 |
| Binary | 11000101 | 111111 | 11010001 | 110 | 1000110 | 0 | 10010 | 100100111 | 111101 | 110101 |
Color Harmonies of #C53FD1
Complementary color
Monochromatic Colors of #C53FD1
Black with #C53FD1
Text Example
Text Example
White with #C53FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53FD1; }
p { color: rgb(197,63,209); }
H1.HeaderClassName
{
color: #C53FD1;
}
.AnyTagClassName
{
color: #C53FD1;
}
</style>
background-color css
<style>
a { background-color: #C53FD1; }
a { background-color: rgb(197,63,209); }
div.DivClassName
{
background-color: #C53FD1;
}
.BgClassName
{
background-color: #C53FD1;
}
</style>
border-color css
<style>
span { border-color: #C53FD1; }
span { border-color: rgb(197,63,209); }
td.TdClassName
{
border-color: #C53FD1;
}
.TagClassName
{
border-color: #C53FD1;
}
</style>