Shades of Medium Orchid #C53BDD
Tints of Medium Orchid #C53BDD
RGB
CMYK
RGB Variations
Color information
#C53BDD (or 0xC53BDD) is known color: Medium Orchid. HEX triplet: C5, 3B and DD. RGB value is (197,59,221). Sum of RGB (Red+Green+Blue) = 197+59+221=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 59 (23.44% from 255 or 12.37% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #C53BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53BDD is #3AC422. Grayscale: #767676. Windows color (decimal): -3851299 or 14498757. OLE color: 14498757.
HSL color Cylindrical-coordinate representation of color #C53BDD: hue angle of 291.11º degrees, saturation: 0.7, 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 #C53BDD is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 59 | 221 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.13 |
| HSL | 291.11º | 0.7% | 0.55% | - |
| HSV(B) | 291.11º | 0.73% | 0.87% | - |
| XYZ | 37.64 | 20.22 | 70.33 | - |
| YUV | 118.73 | 185.72 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 221 | 0.11 | 0.73 | 0 | 0.13 | 291.11 | 0.7 | 0.55 |
| Hex | C5 | 3B | DD | B | 49 | 0 | D | 123 | 46 | 37 |
| Octal | 305 | 73 | 335 | 13 | 111 | 0 | 15 | 443 | 106 | 67 |
| Binary | 11000101 | 111011 | 11011101 | 1011 | 1001001 | 0 | 1101 | 100100011 | 1000110 | 110111 |
Color Harmonies of #C53BDD
Complementary color
Monochromatic Colors of #C53BDD
Black with #C53BDD
Text Example
Text Example
White with #C53BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53BDD; }
p { color: rgb(197,59,221); }
H1.HeaderClassName
{
color: #C53BDD;
}
.AnyTagClassName
{
color: #C53BDD;
}
</style>
background-color css
<style>
a { background-color: #C53BDD; }
a { background-color: rgb(197,59,221); }
div.DivClassName
{
background-color: #C53BDD;
}
.BgClassName
{
background-color: #C53BDD;
}
</style>
border-color css
<style>
span { border-color: #C53BDD; }
span { border-color: rgb(197,59,221); }
td.TdClassName
{
border-color: #C53BDD;
}
.TagClassName
{
border-color: #C53BDD;
}
</style>