Shades of Medium Orchid #C546FF
Tints of Medium Orchid #C546FF
RGB
CMYK
RGB Variations
Color information
#C546FF (or 0xC546FF) is known color: Medium Orchid. HEX triplet: C5, 46 and FF. RGB value is (197,70,255). Sum of RGB (Red+Green+Blue) = 197+70+255=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 70 (27.73% from 255 or 13.41% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #C546FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C546FF is #3AB900. Grayscale: #808080. Windows color (decimal): -3848449 or 16729797. OLE color: 16729797.
HSL color Cylindrical-coordinate representation of color #C546FF: hue angle of 281.19º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C546FF is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 70 | 255 | - |
| CMYK | 0.23 | 0.73 | 0 | 0 |
| HSL | 281.19º | 1% | 0.64% | - |
| HSV(B) | 281.19º | 0.73% | 1% | - |
| XYZ | 43.27 | 23.47 | 96.86 | - |
| YUV | 129.06 | 199.08 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 255 | 0.23 | 0.73 | 0 | 0 | 281.19 | 1 | 0.64 |
| Hex | C5 | 46 | FF | 17 | 49 | 0 | 0 | 119 | 64 | 40 |
| Octal | 305 | 106 | 377 | 27 | 111 | 0 | 0 | 431 | 144 | 100 |
| Binary | 11000101 | 1000110 | 11111111 | 10111 | 1001001 | 0 | 0 | 100011001 | 1100100 | 1000000 |
Color Harmonies of #C546FF
Complementary color
Monochromatic Colors of #C546FF
Black with #C546FF
Text Example
Text Example
White with #C546FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C546FF; }
p { color: rgb(197,70,255); }
H1.HeaderClassName
{
color: #C546FF;
}
.AnyTagClassName
{
color: #C546FF;
}
</style>
background-color css
<style>
a { background-color: #C546FF; }
a { background-color: rgb(197,70,255); }
div.DivClassName
{
background-color: #C546FF;
}
.BgClassName
{
background-color: #C546FF;
}
</style>
border-color css
<style>
span { border-color: #C546FF; }
span { border-color: rgb(197,70,255); }
td.TdClassName
{
border-color: #C546FF;
}
.TagClassName
{
border-color: #C546FF;
}
</style>