Shades of Medium Orchid #C546EE
Tints of Medium Orchid #C546EE
RGB
CMYK
RGB Variations
Color information
#C546EE (or 0xC546EE) is known color: Medium Orchid. HEX triplet: C5, 46 and EE. RGB value is (197,70,238). Sum of RGB (Red+Green+Blue) = 197+70+238=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 70 (27.73% from 255 or 13.86% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #C546EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C546EE is #3AB911. Grayscale: #7E7E7E. Windows color (decimal): -3848466 or 15615685. OLE color: 15615685.
HSL color Cylindrical-coordinate representation of color #C546EE: hue angle of 285.36º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C546EE is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 70 | 238 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.07 |
| HSL | 285.36º | 0.83% | 0.6% | - |
| HSV(B) | 285.36º | 0.71% | 0.93% | - |
| XYZ | 40.65 | 22.42 | 83.07 | - |
| YUV | 127.13 | 190.58 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 238 | 0.17 | 0.71 | 0 | 0.07 | 285.36 | 0.83 | 0.6 |
| Hex | C5 | 46 | EE | 11 | 47 | 0 | 7 | 11D | 53 | 3C |
| Octal | 305 | 106 | 356 | 21 | 107 | 0 | 7 | 435 | 123 | 74 |
| Binary | 11000101 | 1000110 | 11101110 | 10001 | 1000111 | 0 | 111 | 100011101 | 1010011 | 111100 |
Color Harmonies of #C546EE
Complementary color
Monochromatic Colors of #C546EE
Black with #C546EE
Text Example
Text Example
White with #C546EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C546EE; }
p { color: rgb(197,70,238); }
H1.HeaderClassName
{
color: #C546EE;
}
.AnyTagClassName
{
color: #C546EE;
}
</style>
background-color css
<style>
a { background-color: #C546EE; }
a { background-color: rgb(197,70,238); }
div.DivClassName
{
background-color: #C546EE;
}
.BgClassName
{
background-color: #C546EE;
}
</style>
border-color css
<style>
span { border-color: #C546EE; }
span { border-color: rgb(197,70,238); }
td.TdClassName
{
border-color: #C546EE;
}
.TagClassName
{
border-color: #C546EE;
}
</style>