Shades of Medium Orchid #C045DF
Tints of Medium Orchid #C045DF
RGB
CMYK
RGB Variations
Color information
#C045DF (or 0xC045DF) is known color: Medium Orchid. HEX triplet: C0, 45 and DF. RGB value is (192,69,223). Sum of RGB (Red+Green+Blue) = 192+69+223=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #C045DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C045DF is #3FBA20. Grayscale: #7A7A7A. Windows color (decimal): -4176417 or 14632384. OLE color: 14632384.
HSL color Cylindrical-coordinate representation of color #C045DF: hue angle of 287.92º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C045DF is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 69 | 223 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.13 |
| HSL | 287.92º | 0.71% | 0.57% | - |
| HSV(B) | 287.92º | 0.69% | 0.87% | - |
| XYZ | 37.19 | 20.79 | 71.87 | - |
| YUV | 123.33 | 184.25 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 223 | 0.14 | 0.69 | 0 | 0.13 | 287.92 | 0.71 | 0.57 |
| Hex | C0 | 45 | DF | E | 45 | 0 | D | 120 | 47 | 39 |
| Octal | 300 | 105 | 337 | 16 | 105 | 0 | 15 | 440 | 107 | 71 |
| Binary | 11000000 | 1000101 | 11011111 | 1110 | 1000101 | 0 | 1101 | 100100000 | 1000111 | 111001 |
Color Harmonies of #C045DF
Complementary color
Monochromatic Colors of #C045DF
Black with #C045DF
Text Example
Text Example
White with #C045DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C045DF; }
p { color: rgb(192,69,223); }
H1.HeaderClassName
{
color: #C045DF;
}
.AnyTagClassName
{
color: #C045DF;
}
</style>
background-color css
<style>
a { background-color: #C045DF; }
a { background-color: rgb(192,69,223); }
div.DivClassName
{
background-color: #C045DF;
}
.BgClassName
{
background-color: #C045DF;
}
</style>
border-color css
<style>
span { border-color: #C045DF; }
span { border-color: rgb(192,69,223); }
td.TdClassName
{
border-color: #C045DF;
}
.TagClassName
{
border-color: #C045DF;
}
</style>