Shades of Medium Orchid #C543DF
Tints of Medium Orchid #C543DF
RGB
CMYK
RGB Variations
Color information
#C543DF (or 0xC543DF) is known color: Medium Orchid. HEX triplet: C5, 43 and DF. RGB value is (197,67,223). Sum of RGB (Red+Green+Blue) = 197+67+223=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 67 (26.56% from 255 or 13.76% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #C543DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C543DF is #3ABC20. Grayscale: #7B7B7B. Windows color (decimal): -3849249 or 14631877. OLE color: 14631877.
HSL color Cylindrical-coordinate representation of color #C543DF: hue angle of 290º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C543DF is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 67 | 223 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.13 |
| HSL | 290º | 0.71% | 0.57% | - |
| HSV(B) | 290º | 0.7% | 0.87% | - |
| XYZ | 38.35 | 21.21 | 71.89 | - |
| YUV | 123.65 | 184.07 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 223 | 0.12 | 0.70 | 0 | 0.13 | 290 | 0.71 | 0.57 |
| Hex | C5 | 43 | DF | C | 46 | 0 | D | 122 | 47 | 39 |
| Octal | 305 | 103 | 337 | 14 | 106 | 0 | 15 | 442 | 107 | 71 |
| Binary | 11000101 | 1000011 | 11011111 | 1100 | 1000110 | 0 | 1101 | 100100010 | 1000111 | 111001 |
Color Harmonies of #C543DF
Complementary color
Monochromatic Colors of #C543DF
Black with #C543DF
Text Example
Text Example
White with #C543DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C543DF; }
p { color: rgb(197,67,223); }
H1.HeaderClassName
{
color: #C543DF;
}
.AnyTagClassName
{
color: #C543DF;
}
</style>
background-color css
<style>
a { background-color: #C543DF; }
a { background-color: rgb(197,67,223); }
div.DivClassName
{
background-color: #C543DF;
}
.BgClassName
{
background-color: #C543DF;
}
</style>
border-color css
<style>
span { border-color: #C543DF; }
span { border-color: rgb(197,67,223); }
td.TdClassName
{
border-color: #C543DF;
}
.TagClassName
{
border-color: #C543DF;
}
</style>