Shades of Medium Orchid #C543DC
Tints of Medium Orchid #C543DC
RGB
CMYK
RGB Variations
Color information
#C543DC (or 0xC543DC) is known color: Medium Orchid. HEX triplet: C5, 43 and DC. RGB value is (197,67,220). Sum of RGB (Red+Green+Blue) = 197+67+220=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 67 (26.56% from 255 or 13.84% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #C543DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C543DC is #3ABC23. Grayscale: #7A7A7A. Windows color (decimal): -3849252 or 14435269. OLE color: 14435269.
HSL color Cylindrical-coordinate representation of color #C543DC: hue angle of 290.98º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C543DC is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 67 | 220 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.14 |
| HSL | 290.98º | 0.69% | 0.56% | - |
| HSV(B) | 290.98º | 0.7% | 0.86% | - |
| XYZ | 37.95 | 21.05 | 69.77 | - |
| YUV | 123.31 | 182.57 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 220 | 0.10 | 0.70 | 0 | 0.14 | 290.98 | 0.69 | 0.56 |
| Hex | C5 | 43 | DC | A | 46 | 0 | E | 123 | 45 | 38 |
| Octal | 305 | 103 | 334 | 12 | 106 | 0 | 16 | 443 | 105 | 70 |
| Binary | 11000101 | 1000011 | 11011100 | 1010 | 1000110 | 0 | 1110 | 100100011 | 1000101 | 111000 |
Color Harmonies of #C543DC
Complementary color
Monochromatic Colors of #C543DC
Black with #C543DC
Text Example
Text Example
White with #C543DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C543DC; }
p { color: rgb(197,67,220); }
H1.HeaderClassName
{
color: #C543DC;
}
.AnyTagClassName
{
color: #C543DC;
}
</style>
background-color css
<style>
a { background-color: #C543DC; }
a { background-color: rgb(197,67,220); }
div.DivClassName
{
background-color: #C543DC;
}
.BgClassName
{
background-color: #C543DC;
}
</style>
border-color css
<style>
span { border-color: #C543DC; }
span { border-color: rgb(197,67,220); }
td.TdClassName
{
border-color: #C543DC;
}
.TagClassName
{
border-color: #C543DC;
}
</style>