Shades of Medium Orchid #C543ED
Tints of Medium Orchid #C543ED
RGB
CMYK
RGB Variations
Color information
#C543ED (or 0xC543ED) is known color: Medium Orchid. HEX triplet: C5, 43 and ED. RGB value is (197,67,237). Sum of RGB (Red+Green+Blue) = 197+67+237=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 67 (26.56% from 255 or 13.37% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #C543ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C543ED is #3ABC12. Grayscale: #7C7C7C. Windows color (decimal): -3849235 or 15549381. OLE color: 15549381.
HSL color Cylindrical-coordinate representation of color #C543ED: hue angle of 285.88º 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 #C543ED is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 67 | 237 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.07 |
| HSL | 285.88º | 0.83% | 0.6% | - |
| HSV(B) | 285.88º | 0.72% | 0.93% | - |
| XYZ | 40.32 | 22 | 82.24 | - |
| YUV | 125.25 | 191.07 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 237 | 0.17 | 0.72 | 0 | 0.07 | 285.88 | 0.83 | 0.6 |
| Hex | C5 | 43 | ED | 11 | 48 | 0 | 7 | 11E | 53 | 3C |
| Octal | 305 | 103 | 355 | 21 | 110 | 0 | 7 | 436 | 123 | 74 |
| Binary | 11000101 | 1000011 | 11101101 | 10001 | 1001000 | 0 | 111 | 100011110 | 1010011 | 111100 |
Color Harmonies of #C543ED
Complementary color
Monochromatic Colors of #C543ED
Black with #C543ED
Text Example
Text Example
White with #C543ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C543ED; }
p { color: rgb(197,67,237); }
H1.HeaderClassName
{
color: #C543ED;
}
.AnyTagClassName
{
color: #C543ED;
}
</style>
background-color css
<style>
a { background-color: #C543ED; }
a { background-color: rgb(197,67,237); }
div.DivClassName
{
background-color: #C543ED;
}
.BgClassName
{
background-color: #C543ED;
}
</style>
border-color css
<style>
span { border-color: #C543ED; }
span { border-color: rgb(197,67,237); }
td.TdClassName
{
border-color: #C543ED;
}
.TagClassName
{
border-color: #C543ED;
}
</style>