Shades of Medium Orchid #C45ED0
Tints of Medium Orchid #C45ED0
RGB
CMYK
RGB Variations
Color information
#C45ED0 (or 0xC45ED0) is known color: Medium Orchid. HEX triplet: C4, 5E and D0. RGB value is (196,94,208). Sum of RGB (Red+Green+Blue) = 196+94+208=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #C45ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45ED0 is #3BA12F. Grayscale: #898989. Windows color (decimal): -3907888 or 13655748. OLE color: 13655748.
HSL color Cylindrical-coordinate representation of color #C45ED0: hue angle of 293.68º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C45ED0 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 94 | 208 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.18 |
| HSL | 293.68º | 0.55% | 0.59% | - |
| HSV(B) | 293.68º | 0.55% | 0.82% | - |
| XYZ | 38.15 | 24.3 | 62.35 | - |
| YUV | 137.49 | 167.79 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 94 | 208 | 0.06 | 0.55 | 0 | 0.18 | 293.68 | 0.55 | 0.59 |
| Hex | C4 | 5E | D0 | 6 | 37 | 0 | 12 | 126 | 37 | 3B |
| Octal | 304 | 136 | 320 | 6 | 67 | 0 | 22 | 446 | 67 | 73 |
| Binary | 11000100 | 1011110 | 11010000 | 110 | 110111 | 0 | 10010 | 100100110 | 110111 | 111011 |
Color Harmonies of #C45ED0
Complementary color
Monochromatic Colors of #C45ED0
Black with #C45ED0
Text Example
Text Example
White with #C45ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45ED0; }
p { color: rgb(196,94,208); }
H1.HeaderClassName
{
color: #C45ED0;
}
.AnyTagClassName
{
color: #C45ED0;
}
</style>
background-color css
<style>
a { background-color: #C45ED0; }
a { background-color: rgb(196,94,208); }
div.DivClassName
{
background-color: #C45ED0;
}
.BgClassName
{
background-color: #C45ED0;
}
</style>
border-color css
<style>
span { border-color: #C45ED0; }
span { border-color: rgb(196,94,208); }
td.TdClassName
{
border-color: #C45ED0;
}
.TagClassName
{
border-color: #C45ED0;
}
</style>