Shades of Medium Orchid #C548DC
Tints of Medium Orchid #C548DC
RGB
CMYK
RGB Variations
Color information
#C548DC (or 0xC548DC) is known color: Medium Orchid. HEX triplet: C5, 48 and DC. RGB value is (197,72,220). Sum of RGB (Red+Green+Blue) = 197+72+220=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 72 (28.52% from 255 or 14.72% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #C548DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C548DC is #3AB723. Grayscale: #7D7D7D. Windows color (decimal): -3847972 or 14436549. OLE color: 14436549.
HSL color Cylindrical-coordinate representation of color #C548DC: hue angle of 290.68º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C548DC is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 72 | 220 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.14 |
| HSL | 290.68º | 0.68% | 0.57% | - |
| HSV(B) | 290.68º | 0.67% | 0.86% | - |
| XYZ | 38.26 | 21.67 | 69.88 | - |
| YUV | 126.25 | 180.91 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 220 | 0.10 | 0.67 | 0 | 0.14 | 290.68 | 0.68 | 0.57 |
| Hex | C5 | 48 | DC | A | 43 | 0 | E | 123 | 44 | 39 |
| Octal | 305 | 110 | 334 | 12 | 103 | 0 | 16 | 443 | 104 | 71 |
| Binary | 11000101 | 1001000 | 11011100 | 1010 | 1000011 | 0 | 1110 | 100100011 | 1000100 | 111001 |
Color Harmonies of #C548DC
Complementary color
Monochromatic Colors of #C548DC
Black with #C548DC
Text Example
Text Example
White with #C548DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C548DC; }
p { color: rgb(197,72,220); }
H1.HeaderClassName
{
color: #C548DC;
}
.AnyTagClassName
{
color: #C548DC;
}
</style>
background-color css
<style>
a { background-color: #C548DC; }
a { background-color: rgb(197,72,220); }
div.DivClassName
{
background-color: #C548DC;
}
.BgClassName
{
background-color: #C548DC;
}
</style>
border-color css
<style>
span { border-color: #C548DC; }
span { border-color: rgb(197,72,220); }
td.TdClassName
{
border-color: #C548DC;
}
.TagClassName
{
border-color: #C548DC;
}
</style>