Shades of Medium Orchid #C545DC
Tints of Medium Orchid #C545DC
RGB
CMYK
RGB Variations
Color information
#C545DC (or 0xC545DC) is known color: Medium Orchid. HEX triplet: C5, 45 and DC. RGB value is (197,69,220). Sum of RGB (Red+Green+Blue) = 197+69+220=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 69 (27.34% from 255 or 14.20% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #C545DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C545DC is #3ABA23. Grayscale: #7C7C7C. Windows color (decimal): -3848740 or 14435781. OLE color: 14435781.
HSL color Cylindrical-coordinate representation of color #C545DC: hue angle of 290.86º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C545DC is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 69 | 220 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.14 |
| HSL | 290.86º | 0.68% | 0.57% | - |
| HSV(B) | 290.86º | 0.69% | 0.86% | - |
| XYZ | 38.07 | 21.29 | 69.81 | - |
| YUV | 124.49 | 181.91 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 220 | 0.10 | 0.69 | 0 | 0.14 | 290.86 | 0.68 | 0.57 |
| Hex | C5 | 45 | DC | A | 45 | 0 | E | 123 | 44 | 39 |
| Octal | 305 | 105 | 334 | 12 | 105 | 0 | 16 | 443 | 104 | 71 |
| Binary | 11000101 | 1000101 | 11011100 | 1010 | 1000101 | 0 | 1110 | 100100011 | 1000100 | 111001 |
Color Harmonies of #C545DC
Complementary color
Monochromatic Colors of #C545DC
Black with #C545DC
Text Example
Text Example
White with #C545DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C545DC; }
p { color: rgb(197,69,220); }
H1.HeaderClassName
{
color: #C545DC;
}
.AnyTagClassName
{
color: #C545DC;
}
</style>
background-color css
<style>
a { background-color: #C545DC; }
a { background-color: rgb(197,69,220); }
div.DivClassName
{
background-color: #C545DC;
}
.BgClassName
{
background-color: #C545DC;
}
</style>
border-color css
<style>
span { border-color: #C545DC; }
span { border-color: rgb(197,69,220); }
td.TdClassName
{
border-color: #C545DC;
}
.TagClassName
{
border-color: #C545DC;
}
</style>