Shades of Medium Orchid #C045DE
Tints of Medium Orchid #C045DE
RGB
CMYK
RGB Variations
Color information
#C045DE (or 0xC045DE) is known color: Medium Orchid. HEX triplet: C0, 45 and DE. RGB value is (192,69,222). Sum of RGB (Red+Green+Blue) = 192+69+222=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #C045DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C045DE is #3FBA21. Grayscale: #7A7A7A. Windows color (decimal): -4176418 or 14566848. OLE color: 14566848.
HSL color Cylindrical-coordinate representation of color #C045DE: hue angle of 288.24º degrees, saturation: 0.7, 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 #C045DE is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 69 | 222 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.13 |
| HSL | 288.24º | 0.7% | 0.57% | - |
| HSV(B) | 288.24º | 0.69% | 0.87% | - |
| XYZ | 37.05 | 20.74 | 71.16 | - |
| YUV | 123.22 | 183.75 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 222 | 0.14 | 0.69 | 0 | 0.13 | 288.24 | 0.7 | 0.57 |
| Hex | C0 | 45 | DE | E | 45 | 0 | D | 120 | 46 | 39 |
| Octal | 300 | 105 | 336 | 16 | 105 | 0 | 15 | 440 | 106 | 71 |
| Binary | 11000000 | 1000101 | 11011110 | 1110 | 1000101 | 0 | 1101 | 100100000 | 1000110 | 111001 |
Color Harmonies of #C045DE
Complementary color
Monochromatic Colors of #C045DE
Black with #C045DE
Text Example
Text Example
White with #C045DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C045DE; }
p { color: rgb(192,69,222); }
H1.HeaderClassName
{
color: #C045DE;
}
.AnyTagClassName
{
color: #C045DE;
}
</style>
background-color css
<style>
a { background-color: #C045DE; }
a { background-color: rgb(192,69,222); }
div.DivClassName
{
background-color: #C045DE;
}
.BgClassName
{
background-color: #C045DE;
}
</style>
border-color css
<style>
span { border-color: #C045DE; }
span { border-color: rgb(192,69,222); }
td.TdClassName
{
border-color: #C045DE;
}
.TagClassName
{
border-color: #C045DE;
}
</style>