Shades of Medium Orchid #C53FDD
Tints of Medium Orchid #C53FDD
RGB
CMYK
RGB Variations
Color information
#C53FDD (or 0xC53FDD) is known color: Medium Orchid. HEX triplet: C5, 3F and DD. RGB value is (197,63,221). Sum of RGB (Red+Green+Blue) = 197+63+221=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #C53FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53FDD is #3AC022. Grayscale: #787878. Windows color (decimal): -3850275 or 14499781. OLE color: 14499781.
HSL color Cylindrical-coordinate representation of color #C53FDD: hue angle of 290.89º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53FDD is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 63 | 221 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.13 |
| HSL | 290.89º | 0.7% | 0.56% | - |
| HSV(B) | 290.89º | 0.71% | 0.87% | - |
| XYZ | 37.85 | 20.65 | 70.4 | - |
| YUV | 121.08 | 184.39 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 221 | 0.11 | 0.71 | 0 | 0.13 | 290.89 | 0.7 | 0.56 |
| Hex | C5 | 3F | DD | B | 47 | 0 | D | 123 | 46 | 38 |
| Octal | 305 | 77 | 335 | 13 | 107 | 0 | 15 | 443 | 106 | 70 |
| Binary | 11000101 | 111111 | 11011101 | 1011 | 1000111 | 0 | 1101 | 100100011 | 1000110 | 111000 |
Color Harmonies of #C53FDD
Complementary color
Monochromatic Colors of #C53FDD
Black with #C53FDD
Text Example
Text Example
White with #C53FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53FDD; }
p { color: rgb(197,63,221); }
H1.HeaderClassName
{
color: #C53FDD;
}
.AnyTagClassName
{
color: #C53FDD;
}
</style>
background-color css
<style>
a { background-color: #C53FDD; }
a { background-color: rgb(197,63,221); }
div.DivClassName
{
background-color: #C53FDD;
}
.BgClassName
{
background-color: #C53FDD;
}
</style>
border-color css
<style>
span { border-color: #C53FDD; }
span { border-color: rgb(197,63,221); }
td.TdClassName
{
border-color: #C53FDD;
}
.TagClassName
{
border-color: #C53FDD;
}
</style>