Shades of Medium Orchid #C045D1
Tints of Medium Orchid #C045D1
RGB
CMYK
RGB Variations
Color information
#C045D1 (or 0xC045D1) is known color: Medium Orchid. HEX triplet: C0, 45 and D1. RGB value is (192,69,209). Sum of RGB (Red+Green+Blue) = 192+69+209=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 69 (27.34% from 255 or 14.68% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #C045D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C045D1 is #3FBA2E. Grayscale: #797979. Windows color (decimal): -4176431 or 13714880. OLE color: 13714880.
HSL color Cylindrical-coordinate representation of color #C045D1: hue angle of 292.71º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C045D1 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 69 | 209 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.18 |
| HSL | 292.71º | 0.6% | 0.55% | - |
| HSV(B) | 292.71º | 0.67% | 0.82% | - |
| XYZ | 35.37 | 20.07 | 62.33 | - |
| YUV | 121.74 | 177.25 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 209 | 0.08 | 0.67 | 0 | 0.18 | 292.71 | 0.6 | 0.55 |
| Hex | C0 | 45 | D1 | 8 | 43 | 0 | 12 | 125 | 3C | 37 |
| Octal | 300 | 105 | 321 | 10 | 103 | 0 | 22 | 445 | 74 | 67 |
| Binary | 11000000 | 1000101 | 11010001 | 1000 | 1000011 | 0 | 10010 | 100100101 | 111100 | 110111 |
Color Harmonies of #C045D1
Complementary color
Monochromatic Colors of #C045D1
Black with #C045D1
Text Example
Text Example
White with #C045D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C045D1; }
p { color: rgb(192,69,209); }
H1.HeaderClassName
{
color: #C045D1;
}
.AnyTagClassName
{
color: #C045D1;
}
</style>
background-color css
<style>
a { background-color: #C045D1; }
a { background-color: rgb(192,69,209); }
div.DivClassName
{
background-color: #C045D1;
}
.BgClassName
{
background-color: #C045D1;
}
</style>
border-color css
<style>
span { border-color: #C045D1; }
span { border-color: rgb(192,69,209); }
td.TdClassName
{
border-color: #C045D1;
}
.TagClassName
{
border-color: #C045D1;
}
</style>