Shades of Medium Orchid #C45DEB
Tints of Medium Orchid #C45DEB
RGB
CMYK
RGB Variations
Color information
#C45DEB (or 0xC45DEB) is known color: Medium Orchid. HEX triplet: C4, 5D and EB. RGB value is (196,93,235). Sum of RGB (Red+Green+Blue) = 196+93+235=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #C45DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45DEB is #3BA214. Grayscale: #8B8B8B. Windows color (decimal): -3908117 or 15424964. OLE color: 15424964.
HSL color Cylindrical-coordinate representation of color #C45DEB: hue angle of 283.52º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C45DEB is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 93 | 235 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.08 |
| HSL | 283.52º | 0.78% | 0.64% | - |
| HSV(B) | 283.52º | 0.6% | 0.92% | - |
| XYZ | 41.67 | 25.56 | 81.33 | - |
| YUV | 139.99 | 181.62 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 235 | 0.17 | 0.60 | 0 | 0.08 | 283.52 | 0.78 | 0.64 |
| Hex | C4 | 5D | EB | 11 | 3C | 0 | 8 | 11C | 4E | 40 |
| Octal | 304 | 135 | 353 | 21 | 74 | 0 | 10 | 434 | 116 | 100 |
| Binary | 11000100 | 1011101 | 11101011 | 10001 | 111100 | 0 | 1000 | 100011100 | 1001110 | 1000000 |
Color Harmonies of #C45DEB
Complementary color
Monochromatic Colors of #C45DEB
Black with #C45DEB
Text Example
Text Example
White with #C45DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45DEB; }
p { color: rgb(196,93,235); }
H1.HeaderClassName
{
color: #C45DEB;
}
.AnyTagClassName
{
color: #C45DEB;
}
</style>
background-color css
<style>
a { background-color: #C45DEB; }
a { background-color: rgb(196,93,235); }
div.DivClassName
{
background-color: #C45DEB;
}
.BgClassName
{
background-color: #C45DEB;
}
</style>
border-color css
<style>
span { border-color: #C45DEB; }
span { border-color: rgb(196,93,235); }
td.TdClassName
{
border-color: #C45DEB;
}
.TagClassName
{
border-color: #C45DEB;
}
</style>