Shades of Medium Orchid #C541D3
Tints of Medium Orchid #C541D3
RGB
CMYK
RGB Variations
Color information
#C541D3 (or 0xC541D3) is known color: Medium Orchid. HEX triplet: C5, 41 and D3. RGB value is (197,65,211). Sum of RGB (Red+Green+Blue) = 197+65+211=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 211 (82.81% from 255 or 44.61% from 473); Max value from RGB is 211 - color contains mainly: blue. Hex color #C541D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C541D3 is #3ABE2C. Grayscale: #787878. Windows color (decimal): -3849773 or 13844933. OLE color: 13844933.
HSL color Cylindrical-coordinate representation of color #C541D3: hue angle of 294.25º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C541D3 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 65 | 211 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.17 |
| HSL | 294.25º | 0.62% | 0.54% | - |
| HSV(B) | 294.25º | 0.69% | 0.83% | - |
| XYZ | 36.67 | 20.35 | 63.62 | - |
| YUV | 121.11 | 178.73 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 211 | 0.07 | 0.69 | 0 | 0.17 | 294.25 | 0.62 | 0.54 |
| Hex | C5 | 41 | D3 | 7 | 45 | 0 | 11 | 126 | 3E | 36 |
| Octal | 305 | 101 | 323 | 7 | 105 | 0 | 21 | 446 | 76 | 66 |
| Binary | 11000101 | 1000001 | 11010011 | 111 | 1000101 | 0 | 10001 | 100100110 | 111110 | 110110 |
Color Harmonies of #C541D3
Complementary color
Monochromatic Colors of #C541D3
Black with #C541D3
Text Example
Text Example
White with #C541D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C541D3; }
p { color: rgb(197,65,211); }
H1.HeaderClassName
{
color: #C541D3;
}
.AnyTagClassName
{
color: #C541D3;
}
</style>
background-color css
<style>
a { background-color: #C541D3; }
a { background-color: rgb(197,65,211); }
div.DivClassName
{
background-color: #C541D3;
}
.BgClassName
{
background-color: #C541D3;
}
</style>
border-color css
<style>
span { border-color: #C541D3; }
span { border-color: rgb(197,65,211); }
td.TdClassName
{
border-color: #C541D3;
}
.TagClassName
{
border-color: #C541D3;
}
</style>