Shades of Medium Orchid #C545D4
Tints of Medium Orchid #C545D4
RGB
CMYK
RGB Variations
Color information
#C545D4 (or 0xC545D4) is known color: Medium Orchid. HEX triplet: C5, 45 and D4. RGB value is (197,69,212). Sum of RGB (Red+Green+Blue) = 197+69+212=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 69 (27.34% from 255 or 14.44% from 478); Blue value is 212 (83.20% from 255 or 44.35% from 478); Max value from RGB is 212 - color contains mainly: blue. Hex color #C545D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C545D4 is #3ABA2B. Grayscale: #7B7B7B. Windows color (decimal): -3848748 or 13911493. OLE color: 13911493.
HSL color Cylindrical-coordinate representation of color #C545D4: hue angle of 293.71º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C545D4 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 69 | 212 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.17 |
| HSL | 293.71º | 0.62% | 0.55% | - |
| HSV(B) | 293.71º | 0.67% | 0.83% | - |
| XYZ | 37.04 | 20.88 | 64.37 | - |
| YUV | 123.57 | 177.91 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 212 | 0.07 | 0.67 | 0 | 0.17 | 293.71 | 0.62 | 0.55 |
| Hex | C5 | 45 | D4 | 7 | 43 | 0 | 11 | 126 | 3E | 37 |
| Octal | 305 | 105 | 324 | 7 | 103 | 0 | 21 | 446 | 76 | 67 |
| Binary | 11000101 | 1000101 | 11010100 | 111 | 1000011 | 0 | 10001 | 100100110 | 111110 | 110111 |
Color Harmonies of #C545D4
Complementary color
Monochromatic Colors of #C545D4
Black with #C545D4
Text Example
Text Example
White with #C545D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C545D4; }
p { color: rgb(197,69,212); }
H1.HeaderClassName
{
color: #C545D4;
}
.AnyTagClassName
{
color: #C545D4;
}
</style>
background-color css
<style>
a { background-color: #C545D4; }
a { background-color: rgb(197,69,212); }
div.DivClassName
{
background-color: #C545D4;
}
.BgClassName
{
background-color: #C545D4;
}
</style>
border-color css
<style>
span { border-color: #C545D4; }
span { border-color: rgb(197,69,212); }
td.TdClassName
{
border-color: #C545D4;
}
.TagClassName
{
border-color: #C545D4;
}
</style>