Shades of Medium Orchid #C045CE
Tints of Medium Orchid #C045CE
RGB
CMYK
RGB Variations
Color information
#C045CE (or 0xC045CE) is known color: Medium Orchid. HEX triplet: C0, 45 and CE. RGB value is (192,69,206). Sum of RGB (Red+Green+Blue) = 192+69+206=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 69 (27.34% from 255 or 14.78% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #C045CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C045CE is #3FBA31. Grayscale: #787878. Windows color (decimal): -4176434 or 13518272. OLE color: 13518272.
HSL color Cylindrical-coordinate representation of color #C045CE: hue angle of 293.87º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C045CE is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 69 | 206 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.19 |
| HSL | 293.87º | 0.58% | 0.54% | - |
| HSV(B) | 293.87º | 0.67% | 0.81% | - |
| XYZ | 35.01 | 19.92 | 60.39 | - |
| YUV | 121.4 | 175.75 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 206 | 0.07 | 0.67 | 0 | 0.19 | 293.87 | 0.58 | 0.54 |
| Hex | C0 | 45 | CE | 7 | 43 | 0 | 13 | 126 | 3A | 36 |
| Octal | 300 | 105 | 316 | 7 | 103 | 0 | 23 | 446 | 72 | 66 |
| Binary | 11000000 | 1000101 | 11001110 | 111 | 1000011 | 0 | 10011 | 100100110 | 111010 | 110110 |
Color Harmonies of #C045CE
Complementary color
Monochromatic Colors of #C045CE
Black with #C045CE
Text Example
Text Example
White with #C045CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C045CE; }
p { color: rgb(192,69,206); }
H1.HeaderClassName
{
color: #C045CE;
}
.AnyTagClassName
{
color: #C045CE;
}
</style>
background-color css
<style>
a { background-color: #C045CE; }
a { background-color: rgb(192,69,206); }
div.DivClassName
{
background-color: #C045CE;
}
.BgClassName
{
background-color: #C045CE;
}
</style>
border-color css
<style>
span { border-color: #C045CE; }
span { border-color: rgb(192,69,206); }
td.TdClassName
{
border-color: #C045CE;
}
.TagClassName
{
border-color: #C045CE;
}
</style>