Shades of Medium Orchid #C541DA
Tints of Medium Orchid #C541DA
RGB
CMYK
RGB Variations
Color information
#C541DA (or 0xC541DA) is known color: Medium Orchid. HEX triplet: C5, 41 and DA. RGB value is (197,65,218). Sum of RGB (Red+Green+Blue) = 197+65+218=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #C541DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C541DA is #3ABE25. Grayscale: #797979. Windows color (decimal): -3849766 or 14303685. OLE color: 14303685.
HSL color Cylindrical-coordinate representation of color #C541DA: hue angle of 291.76º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C541DA is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 65 | 218 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.15 |
| HSL | 291.76º | 0.67% | 0.55% | - |
| HSV(B) | 291.76º | 0.7% | 0.85% | - |
| XYZ | 37.57 | 20.71 | 68.35 | - |
| YUV | 121.91 | 182.23 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 218 | 0.10 | 0.70 | 0 | 0.15 | 291.76 | 0.67 | 0.55 |
| Hex | C5 | 41 | DA | A | 46 | 0 | F | 124 | 43 | 37 |
| Octal | 305 | 101 | 332 | 12 | 106 | 0 | 17 | 444 | 103 | 67 |
| Binary | 11000101 | 1000001 | 11011010 | 1010 | 1000110 | 0 | 1111 | 100100100 | 1000011 | 110111 |
Color Harmonies of #C541DA
Complementary color
Monochromatic Colors of #C541DA
Black with #C541DA
Text Example
Text Example
White with #C541DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C541DA; }
p { color: rgb(197,65,218); }
H1.HeaderClassName
{
color: #C541DA;
}
.AnyTagClassName
{
color: #C541DA;
}
</style>
background-color css
<style>
a { background-color: #C541DA; }
a { background-color: rgb(197,65,218); }
div.DivClassName
{
background-color: #C541DA;
}
.BgClassName
{
background-color: #C541DA;
}
</style>
border-color css
<style>
span { border-color: #C541DA; }
span { border-color: rgb(197,65,218); }
td.TdClassName
{
border-color: #C541DA;
}
.TagClassName
{
border-color: #C541DA;
}
</style>