Shades of Medium Orchid #C045ED
Tints of Medium Orchid #C045ED
RGB
CMYK
RGB Variations
Color information
#C045ED (or 0xC045ED) is known color: Medium Orchid. HEX triplet: C0, 45 and ED. RGB value is (192,69,237). Sum of RGB (Red+Green+Blue) = 192+69+237=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 69 (27.34% from 255 or 13.86% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #C045ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C045ED is #3FBA12. Grayscale: #7C7C7C. Windows color (decimal): -4176403 or 15549888. OLE color: 15549888.
HSL color Cylindrical-coordinate representation of color #C045ED: hue angle of 283.93º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C045ED is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 69 | 237 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.07 |
| HSL | 283.93º | 0.82% | 0.6% | - |
| HSV(B) | 283.93º | 0.71% | 0.93% | - |
| XYZ | 39.15 | 21.58 | 82.22 | - |
| YUV | 124.93 | 191.25 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 237 | 0.19 | 0.71 | 0 | 0.07 | 283.93 | 0.82 | 0.6 |
| Hex | C0 | 45 | ED | 13 | 47 | 0 | 7 | 11C | 52 | 3C |
| Octal | 300 | 105 | 355 | 23 | 107 | 0 | 7 | 434 | 122 | 74 |
| Binary | 11000000 | 1000101 | 11101101 | 10011 | 1000111 | 0 | 111 | 100011100 | 1010010 | 111100 |
Color Harmonies of #C045ED
Complementary color
Monochromatic Colors of #C045ED
Black with #C045ED
Text Example
Text Example
White with #C045ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C045ED; }
p { color: rgb(192,69,237); }
H1.HeaderClassName
{
color: #C045ED;
}
.AnyTagClassName
{
color: #C045ED;
}
</style>
background-color css
<style>
a { background-color: #C045ED; }
a { background-color: rgb(192,69,237); }
div.DivClassName
{
background-color: #C045ED;
}
.BgClassName
{
background-color: #C045ED;
}
</style>
border-color css
<style>
span { border-color: #C045ED; }
span { border-color: rgb(192,69,237); }
td.TdClassName
{
border-color: #C045ED;
}
.TagClassName
{
border-color: #C045ED;
}
</style>