Shades of Medium Orchid #C545DA
Tints of Medium Orchid #C545DA
RGB
CMYK
RGB Variations
Color information
#C545DA (or 0xC545DA) is known color: Medium Orchid. HEX triplet: C5, 45 and DA. RGB value is (197,69,218). Sum of RGB (Red+Green+Blue) = 197+69+218=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #C545DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C545DA is #3ABA25. Grayscale: #7B7B7B. Windows color (decimal): -3848742 or 14304709. OLE color: 14304709.
HSL color Cylindrical-coordinate representation of color #C545DA: hue angle of 291.54º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C545DA is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 69 | 218 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.15 |
| HSL | 291.54º | 0.67% | 0.56% | - |
| HSV(B) | 291.54º | 0.68% | 0.85% | - |
| XYZ | 37.81 | 21.19 | 68.43 | - |
| YUV | 124.26 | 180.91 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 218 | 0.10 | 0.68 | 0 | 0.15 | 291.54 | 0.67 | 0.56 |
| Hex | C5 | 45 | DA | A | 44 | 0 | F | 124 | 43 | 38 |
| Octal | 305 | 105 | 332 | 12 | 104 | 0 | 17 | 444 | 103 | 70 |
| Binary | 11000101 | 1000101 | 11011010 | 1010 | 1000100 | 0 | 1111 | 100100100 | 1000011 | 111000 |
Color Harmonies of #C545DA
Complementary color
Monochromatic Colors of #C545DA
Black with #C545DA
Text Example
Text Example
White with #C545DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C545DA; }
p { color: rgb(197,69,218); }
H1.HeaderClassName
{
color: #C545DA;
}
.AnyTagClassName
{
color: #C545DA;
}
</style>
background-color css
<style>
a { background-color: #C545DA; }
a { background-color: rgb(197,69,218); }
div.DivClassName
{
background-color: #C545DA;
}
.BgClassName
{
background-color: #C545DA;
}
</style>
border-color css
<style>
span { border-color: #C545DA; }
span { border-color: rgb(197,69,218); }
td.TdClassName
{
border-color: #C545DA;
}
.TagClassName
{
border-color: #C545DA;
}
</style>