Shades of Medium Orchid #C546DD
Tints of Medium Orchid #C546DD
RGB
CMYK
RGB Variations
Color information
#C546DD (or 0xC546DD) is known color: Medium Orchid. HEX triplet: C5, 46 and DD. RGB value is (197,70,221). Sum of RGB (Red+Green+Blue) = 197+70+221=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 70 (27.73% from 255 or 14.34% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #C546DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C546DD is #3AB922. Grayscale: #7C7C7C. Windows color (decimal): -3848483 or 14501573. OLE color: 14501573.
HSL color Cylindrical-coordinate representation of color #C546DD: hue angle of 290.46º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C546DD is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 70 | 221 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.13 |
| HSL | 290.46º | 0.69% | 0.57% | - |
| HSV(B) | 290.46º | 0.68% | 0.87% | - |
| XYZ | 38.27 | 21.47 | 70.53 | - |
| YUV | 125.19 | 182.08 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 221 | 0.11 | 0.68 | 0 | 0.13 | 290.46 | 0.69 | 0.57 |
| Hex | C5 | 46 | DD | B | 44 | 0 | D | 122 | 45 | 39 |
| Octal | 305 | 106 | 335 | 13 | 104 | 0 | 15 | 442 | 105 | 71 |
| Binary | 11000101 | 1000110 | 11011101 | 1011 | 1000100 | 0 | 1101 | 100100010 | 1000101 | 111001 |
Color Harmonies of #C546DD
Complementary color
Monochromatic Colors of #C546DD
Black with #C546DD
Text Example
Text Example
White with #C546DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C546DD; }
p { color: rgb(197,70,221); }
H1.HeaderClassName
{
color: #C546DD;
}
.AnyTagClassName
{
color: #C546DD;
}
</style>
background-color css
<style>
a { background-color: #C546DD; }
a { background-color: rgb(197,70,221); }
div.DivClassName
{
background-color: #C546DD;
}
.BgClassName
{
background-color: #C546DD;
}
</style>
border-color css
<style>
span { border-color: #C546DD; }
span { border-color: rgb(197,70,221); }
td.TdClassName
{
border-color: #C546DD;
}
.TagClassName
{
border-color: #C546DD;
}
</style>