Shades of Medium Orchid #C045D5
Tints of Medium Orchid #C045D5
RGB
CMYK
RGB Variations
Color information
#C045D5 (or 0xC045D5) is known color: Medium Orchid. HEX triplet: C0, 45 and D5. RGB value is (192,69,213). Sum of RGB (Red+Green+Blue) = 192+69+213=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 69 (27.34% from 255 or 14.56% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 213 - color contains mainly: blue. Hex color #C045D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C045D5 is #3FBA2A. Grayscale: #797979. Windows color (decimal): -4176427 or 13977024. OLE color: 13977024.
HSL color Cylindrical-coordinate representation of color #C045D5: hue angle of 291.25º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C045D5 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 69 | 213 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.16 |
| HSL | 291.25º | 0.63% | 0.55% | - |
| HSV(B) | 291.25º | 0.68% | 0.84% | - |
| XYZ | 35.88 | 20.27 | 64.97 | - |
| YUV | 122.19 | 179.25 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 213 | 0.10 | 0.68 | 0 | 0.16 | 291.25 | 0.63 | 0.55 |
| Hex | C0 | 45 | D5 | A | 44 | 0 | 10 | 123 | 3F | 37 |
| Octal | 300 | 105 | 325 | 12 | 104 | 0 | 20 | 443 | 77 | 67 |
| Binary | 11000000 | 1000101 | 11010101 | 1010 | 1000100 | 0 | 10000 | 100100011 | 111111 | 110111 |
Color Harmonies of #C045D5
Complementary color
Monochromatic Colors of #C045D5
Black with #C045D5
Text Example
Text Example
White with #C045D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C045D5; }
p { color: rgb(192,69,213); }
H1.HeaderClassName
{
color: #C045D5;
}
.AnyTagClassName
{
color: #C045D5;
}
</style>
background-color css
<style>
a { background-color: #C045D5; }
a { background-color: rgb(192,69,213); }
div.DivClassName
{
background-color: #C045D5;
}
.BgClassName
{
background-color: #C045D5;
}
</style>
border-color css
<style>
span { border-color: #C045D5; }
span { border-color: rgb(192,69,213); }
td.TdClassName
{
border-color: #C045D5;
}
.TagClassName
{
border-color: #C045D5;
}
</style>