Shades of Medium Orchid #C544DC
Tints of Medium Orchid #C544DC
RGB
CMYK
RGB Variations
Color information
#C544DC (or 0xC544DC) is known color: Medium Orchid. HEX triplet: C5, 44 and DC. RGB value is (197,68,220). Sum of RGB (Red+Green+Blue) = 197+68+220=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 68 (26.95% from 255 or 14.02% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #C544DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C544DC is #3ABB23. Grayscale: #7B7B7B. Windows color (decimal): -3848996 or 14435525. OLE color: 14435525.
HSL color Cylindrical-coordinate representation of color #C544DC: hue angle of 290.92º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C544DC is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 68 | 220 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.14 |
| HSL | 290.92º | 0.68% | 0.56% | - |
| HSV(B) | 290.92º | 0.69% | 0.86% | - |
| XYZ | 38.01 | 21.17 | 69.79 | - |
| YUV | 123.9 | 182.24 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 220 | 0.10 | 0.69 | 0 | 0.14 | 290.92 | 0.68 | 0.56 |
| Hex | C5 | 44 | DC | A | 45 | 0 | E | 123 | 44 | 38 |
| Octal | 305 | 104 | 334 | 12 | 105 | 0 | 16 | 443 | 104 | 70 |
| Binary | 11000101 | 1000100 | 11011100 | 1010 | 1000101 | 0 | 1110 | 100100011 | 1000100 | 111000 |
Color Harmonies of #C544DC
Complementary color
Monochromatic Colors of #C544DC
Black with #C544DC
Text Example
Text Example
White with #C544DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C544DC; }
p { color: rgb(197,68,220); }
H1.HeaderClassName
{
color: #C544DC;
}
.AnyTagClassName
{
color: #C544DC;
}
</style>
background-color css
<style>
a { background-color: #C544DC; }
a { background-color: rgb(197,68,220); }
div.DivClassName
{
background-color: #C544DC;
}
.BgClassName
{
background-color: #C544DC;
}
</style>
border-color css
<style>
span { border-color: #C544DC; }
span { border-color: rgb(197,68,220); }
td.TdClassName
{
border-color: #C544DC;
}
.TagClassName
{
border-color: #C544DC;
}
</style>