Shades of Medium Orchid #C45FED
Tints of Medium Orchid #C45FED
RGB
CMYK
RGB Variations
Color information
#C45FED (or 0xC45FED) is known color: Medium Orchid. HEX triplet: C4, 5F and ED. RGB value is (196,95,237). Sum of RGB (Red+Green+Blue) = 196+95+237=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #C45FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45FED is #3BA012. Grayscale: #8C8C8C. Windows color (decimal): -3907603 or 15556548. OLE color: 15556548.
HSL color Cylindrical-coordinate representation of color #C45FED: hue angle of 282.68º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C45FED is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 95 | 237 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.07 |
| HSL | 282.68º | 0.8% | 0.65% | - |
| HSV(B) | 282.68º | 0.6% | 0.93% | - |
| XYZ | 42.14 | 26.03 | 82.92 | - |
| YUV | 141.39 | 181.96 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 237 | 0.17 | 0.60 | 0 | 0.07 | 282.68 | 0.8 | 0.65 |
| Hex | C4 | 5F | ED | 11 | 3C | 0 | 7 | 11B | 50 | 41 |
| Octal | 304 | 137 | 355 | 21 | 74 | 0 | 7 | 433 | 120 | 101 |
| Binary | 11000100 | 1011111 | 11101101 | 10001 | 111100 | 0 | 111 | 100011011 | 1010000 | 1000001 |
Color Harmonies of #C45FED
Complementary color
Monochromatic Colors of #C45FED
Black with #C45FED
Text Example
Text Example
White with #C45FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45FED; }
p { color: rgb(196,95,237); }
H1.HeaderClassName
{
color: #C45FED;
}
.AnyTagClassName
{
color: #C45FED;
}
</style>
background-color css
<style>
a { background-color: #C45FED; }
a { background-color: rgb(196,95,237); }
div.DivClassName
{
background-color: #C45FED;
}
.BgClassName
{
background-color: #C45FED;
}
</style>
border-color css
<style>
span { border-color: #C45FED; }
span { border-color: rgb(196,95,237); }
td.TdClassName
{
border-color: #C45FED;
}
.TagClassName
{
border-color: #C45FED;
}
</style>