Shades of Medium Orchid #C543EE
Tints of Medium Orchid #C543EE
RGB
CMYK
RGB Variations
Color information
#C543EE (or 0xC543EE) is known color: Medium Orchid. HEX triplet: C5, 43 and EE. RGB value is (197,67,238). Sum of RGB (Red+Green+Blue) = 197+67+238=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 67 (26.56% from 255 or 13.35% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #C543EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C543EE is #3ABC11. Grayscale: #7C7C7C. Windows color (decimal): -3849234 or 15614917. OLE color: 15614917.
HSL color Cylindrical-coordinate representation of color #C543EE: hue angle of 285.61º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C543EE is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 67 | 238 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.07 |
| HSL | 285.61º | 0.83% | 0.6% | - |
| HSV(B) | 285.61º | 0.72% | 0.93% | - |
| XYZ | 40.47 | 22.06 | 83.01 | - |
| YUV | 125.36 | 191.57 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 238 | 0.17 | 0.72 | 0 | 0.07 | 285.61 | 0.83 | 0.6 |
| Hex | C5 | 43 | EE | 11 | 48 | 0 | 7 | 11E | 53 | 3C |
| Octal | 305 | 103 | 356 | 21 | 110 | 0 | 7 | 436 | 123 | 74 |
| Binary | 11000101 | 1000011 | 11101110 | 10001 | 1001000 | 0 | 111 | 100011110 | 1010011 | 111100 |
Color Harmonies of #C543EE
Complementary color
Monochromatic Colors of #C543EE
Black with #C543EE
Text Example
Text Example
White with #C543EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C543EE; }
p { color: rgb(197,67,238); }
H1.HeaderClassName
{
color: #C543EE;
}
.AnyTagClassName
{
color: #C543EE;
}
</style>
background-color css
<style>
a { background-color: #C543EE; }
a { background-color: rgb(197,67,238); }
div.DivClassName
{
background-color: #C543EE;
}
.BgClassName
{
background-color: #C543EE;
}
</style>
border-color css
<style>
span { border-color: #C543EE; }
span { border-color: rgb(197,67,238); }
td.TdClassName
{
border-color: #C543EE;
}
.TagClassName
{
border-color: #C543EE;
}
</style>