Shades of Medium Orchid #C545D0
Tints of Medium Orchid #C545D0
RGB
CMYK
RGB Variations
Color information
#C545D0 (or 0xC545D0) is known color: Medium Orchid. HEX triplet: C5, 45 and D0. RGB value is (197,69,208). Sum of RGB (Red+Green+Blue) = 197+69+208=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 69 (27.34% from 255 or 14.56% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 208 - color contains mainly: blue. Hex color #C545D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C545D0 is #3ABA2F. Grayscale: #7A7A7A. Windows color (decimal): -3848752 or 13649349. OLE color: 13649349.
HSL color Cylindrical-coordinate representation of color #C545D0: hue angle of 295.25º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C545D0 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 69 | 208 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.18 |
| HSL | 295.25º | 0.6% | 0.54% | - |
| HSV(B) | 295.25º | 0.67% | 0.82% | - |
| XYZ | 36.54 | 20.68 | 61.74 | - |
| YUV | 123.12 | 175.91 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 208 | 0.05 | 0.67 | 0 | 0.18 | 295.25 | 0.6 | 0.54 |
| Hex | C5 | 45 | D0 | 5 | 43 | 0 | 12 | 127 | 3C | 36 |
| Octal | 305 | 105 | 320 | 5 | 103 | 0 | 22 | 447 | 74 | 66 |
| Binary | 11000101 | 1000101 | 11010000 | 101 | 1000011 | 0 | 10010 | 100100111 | 111100 | 110110 |
Color Harmonies of #C545D0
Complementary color
Monochromatic Colors of #C545D0
Black with #C545D0
Text Example
Text Example
White with #C545D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C545D0; }
p { color: rgb(197,69,208); }
H1.HeaderClassName
{
color: #C545D0;
}
.AnyTagClassName
{
color: #C545D0;
}
</style>
background-color css
<style>
a { background-color: #C545D0; }
a { background-color: rgb(197,69,208); }
div.DivClassName
{
background-color: #C545D0;
}
.BgClassName
{
background-color: #C545D0;
}
</style>
border-color css
<style>
span { border-color: #C545D0; }
span { border-color: rgb(197,69,208); }
td.TdClassName
{
border-color: #C545D0;
}
.TagClassName
{
border-color: #C545D0;
}
</style>