Shades of Medium Orchid #C548DA
Tints of Medium Orchid #C548DA
RGB
CMYK
RGB Variations
Color information
#C548DA (or 0xC548DA) is known color: Medium Orchid. HEX triplet: C5, 48 and DA. RGB value is (197,72,218). Sum of RGB (Red+Green+Blue) = 197+72+218=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #C548DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C548DA is #3AB725. Grayscale: #7D7D7D. Windows color (decimal): -3847974 or 14305477. OLE color: 14305477.
HSL color Cylindrical-coordinate representation of color #C548DA: hue angle of 291.37º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C548DA is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 72 | 218 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.15 |
| HSL | 291.37º | 0.66% | 0.57% | - |
| HSV(B) | 291.37º | 0.67% | 0.85% | - |
| XYZ | 38 | 21.57 | 68.49 | - |
| YUV | 126.02 | 179.91 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 218 | 0.10 | 0.67 | 0 | 0.15 | 291.37 | 0.66 | 0.57 |
| Hex | C5 | 48 | DA | A | 43 | 0 | F | 123 | 42 | 39 |
| Octal | 305 | 110 | 332 | 12 | 103 | 0 | 17 | 443 | 102 | 71 |
| Binary | 11000101 | 1001000 | 11011010 | 1010 | 1000011 | 0 | 1111 | 100100011 | 1000010 | 111001 |
Color Harmonies of #C548DA
Complementary color
Monochromatic Colors of #C548DA
Black with #C548DA
Text Example
Text Example
White with #C548DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C548DA; }
p { color: rgb(197,72,218); }
H1.HeaderClassName
{
color: #C548DA;
}
.AnyTagClassName
{
color: #C548DA;
}
</style>
background-color css
<style>
a { background-color: #C548DA; }
a { background-color: rgb(197,72,218); }
div.DivClassName
{
background-color: #C548DA;
}
.BgClassName
{
background-color: #C548DA;
}
</style>
border-color css
<style>
span { border-color: #C548DA; }
span { border-color: rgb(197,72,218); }
td.TdClassName
{
border-color: #C548DA;
}
.TagClassName
{
border-color: #C548DA;
}
</style>