Shades of Medium Orchid #C548DF
Tints of Medium Orchid #C548DF
RGB
CMYK
RGB Variations
Color information
#C548DF (or 0xC548DF) is known color: Medium Orchid. HEX triplet: C5, 48 and DF. RGB value is (197,72,223). Sum of RGB (Red+Green+Blue) = 197+72+223=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 72 (28.52% from 255 or 14.63% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #C548DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C548DF is #3AB720. Grayscale: #7E7E7E. Windows color (decimal): -3847969 or 14633157. OLE color: 14633157.
HSL color Cylindrical-coordinate representation of color #C548DF: hue angle of 289.67º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C548DF is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 72 | 223 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.13 |
| HSL | 289.67º | 0.7% | 0.58% | - |
| HSV(B) | 289.67º | 0.68% | 0.87% | - |
| XYZ | 38.66 | 21.83 | 71.99 | - |
| YUV | 126.59 | 182.41 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 223 | 0.12 | 0.68 | 0 | 0.13 | 289.67 | 0.7 | 0.58 |
| Hex | C5 | 48 | DF | C | 44 | 0 | D | 122 | 46 | 3A |
| Octal | 305 | 110 | 337 | 14 | 104 | 0 | 15 | 442 | 106 | 72 |
| Binary | 11000101 | 1001000 | 11011111 | 1100 | 1000100 | 0 | 1101 | 100100010 | 1000110 | 111010 |
Color Harmonies of #C548DF
Complementary color
Monochromatic Colors of #C548DF
Black with #C548DF
Text Example
Text Example
White with #C548DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C548DF; }
p { color: rgb(197,72,223); }
H1.HeaderClassName
{
color: #C548DF;
}
.AnyTagClassName
{
color: #C548DF;
}
</style>
background-color css
<style>
a { background-color: #C548DF; }
a { background-color: rgb(197,72,223); }
div.DivClassName
{
background-color: #C548DF;
}
.BgClassName
{
background-color: #C548DF;
}
</style>
border-color css
<style>
span { border-color: #C548DF; }
span { border-color: rgb(197,72,223); }
td.TdClassName
{
border-color: #C548DF;
}
.TagClassName
{
border-color: #C548DF;
}
</style>