Shades of Medium Orchid #C541D8
Tints of Medium Orchid #C541D8
RGB
CMYK
RGB Variations
Color information
#C541D8 (or 0xC541D8) is known color: Medium Orchid. HEX triplet: C5, 41 and D8. RGB value is (197,65,216). Sum of RGB (Red+Green+Blue) = 197+65+216=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 216 (84.77% from 255 or 45.19% from 478); Max value from RGB is 216 - color contains mainly: blue. Hex color #C541D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C541D8 is #3ABE27. Grayscale: #797979. Windows color (decimal): -3849768 or 14172613. OLE color: 14172613.
HSL color Cylindrical-coordinate representation of color #C541D8: hue angle of 292.45º degrees, saturation: 0.66, 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 #C541D8 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 65 | 216 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.15 |
| HSL | 292.45º | 0.66% | 0.55% | - |
| HSV(B) | 292.45º | 0.7% | 0.85% | - |
| XYZ | 37.31 | 20.61 | 66.98 | - |
| YUV | 121.68 | 181.23 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 216 | 0.09 | 0.70 | 0 | 0.15 | 292.45 | 0.66 | 0.55 |
| Hex | C5 | 41 | D8 | 9 | 46 | 0 | F | 124 | 42 | 37 |
| Octal | 305 | 101 | 330 | 11 | 106 | 0 | 17 | 444 | 102 | 67 |
| Binary | 11000101 | 1000001 | 11011000 | 1001 | 1000110 | 0 | 1111 | 100100100 | 1000010 | 110111 |
Color Harmonies of #C541D8
Complementary color
Monochromatic Colors of #C541D8
Black with #C541D8
Text Example
Text Example
White with #C541D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C541D8; }
p { color: rgb(197,65,216); }
H1.HeaderClassName
{
color: #C541D8;
}
.AnyTagClassName
{
color: #C541D8;
}
</style>
background-color css
<style>
a { background-color: #C541D8; }
a { background-color: rgb(197,65,216); }
div.DivClassName
{
background-color: #C541D8;
}
.BgClassName
{
background-color: #C541D8;
}
</style>
border-color css
<style>
span { border-color: #C541D8; }
span { border-color: rgb(197,65,216); }
td.TdClassName
{
border-color: #C541D8;
}
.TagClassName
{
border-color: #C541D8;
}
</style>