Shades of Medium Orchid #C546DC
Tints of Medium Orchid #C546DC
RGB
CMYK
RGB Variations
Color information
#C546DC (or 0xC546DC) is known color: Medium Orchid. HEX triplet: C5, 46 and DC. RGB value is (197,70,220). Sum of RGB (Red+Green+Blue) = 197+70+220=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 70 (27.73% from 255 or 14.37% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #C546DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C546DC is #3AB923. Grayscale: #7C7C7C. Windows color (decimal): -3848484 or 14436037. OLE color: 14436037.
HSL color Cylindrical-coordinate representation of color #C546DC: hue angle of 290.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C546DC is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 70 | 220 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.14 |
| HSL | 290.8º | 0.68% | 0.57% | - |
| HSV(B) | 290.8º | 0.68% | 0.86% | - |
| XYZ | 38.13 | 21.42 | 69.83 | - |
| YUV | 125.07 | 181.58 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 220 | 0.10 | 0.68 | 0 | 0.14 | 290.8 | 0.68 | 0.57 |
| Hex | C5 | 46 | DC | A | 44 | 0 | E | 123 | 44 | 39 |
| Octal | 305 | 106 | 334 | 12 | 104 | 0 | 16 | 443 | 104 | 71 |
| Binary | 11000101 | 1000110 | 11011100 | 1010 | 1000100 | 0 | 1110 | 100100011 | 1000100 | 111001 |
Color Harmonies of #C546DC
Complementary color
Monochromatic Colors of #C546DC
Black with #C546DC
Text Example
Text Example
White with #C546DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C546DC; }
p { color: rgb(197,70,220); }
H1.HeaderClassName
{
color: #C546DC;
}
.AnyTagClassName
{
color: #C546DC;
}
</style>
background-color css
<style>
a { background-color: #C546DC; }
a { background-color: rgb(197,70,220); }
div.DivClassName
{
background-color: #C546DC;
}
.BgClassName
{
background-color: #C546DC;
}
</style>
border-color css
<style>
span { border-color: #C546DC; }
span { border-color: rgb(197,70,220); }
td.TdClassName
{
border-color: #C546DC;
}
.TagClassName
{
border-color: #C546DC;
}
</style>