Shades of Medium Orchid #C45DE8
Tints of Medium Orchid #C45DE8
RGB
CMYK
RGB Variations
Color information
#C45DE8 (or 0xC45DE8) is known color: Medium Orchid. HEX triplet: C4, 5D and E8. RGB value is (196,93,232). Sum of RGB (Red+Green+Blue) = 196+93+232=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #C45DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45DE8 is #3BA217. Grayscale: #8B8B8B. Windows color (decimal): -3908120 or 15228356. OLE color: 15228356.
HSL color Cylindrical-coordinate representation of color #C45DE8: hue angle of 284.46º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C45DE8 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 93 | 232 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.09 |
| HSL | 284.46º | 0.75% | 0.64% | - |
| HSV(B) | 284.46º | 0.6% | 0.91% | - |
| XYZ | 41.24 | 25.39 | 79.07 | - |
| YUV | 139.64 | 180.12 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 232 | 0.16 | 0.60 | 0 | 0.09 | 284.46 | 0.75 | 0.64 |
| Hex | C4 | 5D | E8 | 10 | 3C | 0 | 9 | 11C | 4B | 40 |
| Octal | 304 | 135 | 350 | 20 | 74 | 0 | 11 | 434 | 113 | 100 |
| Binary | 11000100 | 1011101 | 11101000 | 10000 | 111100 | 0 | 1001 | 100011100 | 1001011 | 1000000 |
Color Harmonies of #C45DE8
Complementary color
Monochromatic Colors of #C45DE8
Black with #C45DE8
Text Example
Text Example
White with #C45DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45DE8; }
p { color: rgb(196,93,232); }
H1.HeaderClassName
{
color: #C45DE8;
}
.AnyTagClassName
{
color: #C45DE8;
}
</style>
background-color css
<style>
a { background-color: #C45DE8; }
a { background-color: rgb(196,93,232); }
div.DivClassName
{
background-color: #C45DE8;
}
.BgClassName
{
background-color: #C45DE8;
}
</style>
border-color css
<style>
span { border-color: #C45DE8; }
span { border-color: rgb(196,93,232); }
td.TdClassName
{
border-color: #C45DE8;
}
.TagClassName
{
border-color: #C45DE8;
}
</style>