Shades of Medium Orchid #C45FE0
Tints of Medium Orchid #C45FE0
RGB
CMYK
RGB Variations
Color information
#C45FE0 (or 0xC45FE0) is known color: Medium Orchid. HEX triplet: C4, 5F and E0. RGB value is (196,95,224). Sum of RGB (Red+Green+Blue) = 196+95+224=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 95 (37.5% from 255 or 18.45% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #C45FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45FE0 is #3BA01F. Grayscale: #8B8B8B. Windows color (decimal): -3907616 or 14704580. OLE color: 14704580.
HSL color Cylindrical-coordinate representation of color #C45FE0: hue angle of 286.98º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45FE0 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 95 | 224 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.12 |
| HSL | 286.98º | 0.68% | 0.63% | - |
| HSV(B) | 286.98º | 0.58% | 0.88% | - |
| XYZ | 40.31 | 25.3 | 73.28 | - |
| YUV | 139.91 | 175.46 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 224 | 0.12 | 0.58 | 0 | 0.12 | 286.98 | 0.68 | 0.63 |
| Hex | C4 | 5F | E0 | C | 3A | 0 | C | 11F | 44 | 3F |
| Octal | 304 | 137 | 340 | 14 | 72 | 0 | 14 | 437 | 104 | 77 |
| Binary | 11000100 | 1011111 | 11100000 | 1100 | 111010 | 0 | 1100 | 100011111 | 1000100 | 111111 |
Color Harmonies of #C45FE0
Complementary color
Monochromatic Colors of #C45FE0
Black with #C45FE0
Text Example
Text Example
White with #C45FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45FE0; }
p { color: rgb(196,95,224); }
H1.HeaderClassName
{
color: #C45FE0;
}
.AnyTagClassName
{
color: #C45FE0;
}
</style>
background-color css
<style>
a { background-color: #C45FE0; }
a { background-color: rgb(196,95,224); }
div.DivClassName
{
background-color: #C45FE0;
}
.BgClassName
{
background-color: #C45FE0;
}
</style>
border-color css
<style>
span { border-color: #C45FE0; }
span { border-color: rgb(196,95,224); }
td.TdClassName
{
border-color: #C45FE0;
}
.TagClassName
{
border-color: #C45FE0;
}
</style>