Shades of Medium Orchid #C541D5
Tints of Medium Orchid #C541D5
RGB
CMYK
RGB Variations
Color information
#C541D5 (or 0xC541D5) is known color: Medium Orchid. HEX triplet: C5, 41 and D5. RGB value is (197,65,213). Sum of RGB (Red+Green+Blue) = 197+65+213=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #C541D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C541D5 is #3ABE2A. Grayscale: #787878. Windows color (decimal): -3849771 or 13976005. OLE color: 13976005.
HSL color Cylindrical-coordinate representation of color #C541D5: hue angle of 293.51º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C541D5 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 65 | 213 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.16 |
| HSL | 293.51º | 0.64% | 0.55% | - |
| HSV(B) | 293.51º | 0.69% | 0.84% | - |
| XYZ | 36.93 | 20.46 | 64.95 | - |
| YUV | 121.34 | 179.73 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 213 | 0.08 | 0.69 | 0 | 0.16 | 293.51 | 0.64 | 0.55 |
| Hex | C5 | 41 | D5 | 8 | 45 | 0 | 10 | 126 | 40 | 37 |
| Octal | 305 | 101 | 325 | 10 | 105 | 0 | 20 | 446 | 100 | 67 |
| Binary | 11000101 | 1000001 | 11010101 | 1000 | 1000101 | 0 | 10000 | 100100110 | 1000000 | 110111 |
Color Harmonies of #C541D5
Complementary color
Monochromatic Colors of #C541D5
Black with #C541D5
Text Example
Text Example
White with #C541D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C541D5; }
p { color: rgb(197,65,213); }
H1.HeaderClassName
{
color: #C541D5;
}
.AnyTagClassName
{
color: #C541D5;
}
</style>
background-color css
<style>
a { background-color: #C541D5; }
a { background-color: rgb(197,65,213); }
div.DivClassName
{
background-color: #C541D5;
}
.BgClassName
{
background-color: #C541D5;
}
</style>
border-color css
<style>
span { border-color: #C541D5; }
span { border-color: rgb(197,65,213); }
td.TdClassName
{
border-color: #C541D5;
}
.TagClassName
{
border-color: #C541D5;
}
</style>