Shades of Medium Orchid #C457EF
Tints of Medium Orchid #C457EF
RGB
CMYK
RGB Variations
Color information
#C457EF (or 0xC457EF) is known color: Medium Orchid. HEX triplet: C4, 57 and EF. RGB value is (196,87,239). Sum of RGB (Red+Green+Blue) = 196+87+239=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 87 (34.38% from 255 or 16.67% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #C457EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C457EF is #3BA810. Grayscale: #888888. Windows color (decimal): -3909649 or 15685572. OLE color: 15685572.
HSL color Cylindrical-coordinate representation of color #C457EF: hue angle of 283.03º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C457EF is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 87 | 239 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.06 |
| HSL | 283.03º | 0.83% | 0.64% | - |
| HSV(B) | 283.03º | 0.64% | 0.94% | - |
| XYZ | 41.75 | 24.78 | 84.24 | - |
| YUV | 136.92 | 185.61 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 239 | 0.18 | 0.64 | 0 | 0.06 | 283.03 | 0.83 | 0.64 |
| Hex | C4 | 57 | EF | 12 | 40 | 0 | 6 | 11B | 53 | 40 |
| Octal | 304 | 127 | 357 | 22 | 100 | 0 | 6 | 433 | 123 | 100 |
| Binary | 11000100 | 1010111 | 11101111 | 10010 | 1000000 | 0 | 110 | 100011011 | 1010011 | 1000000 |
Color Harmonies of #C457EF
Complementary color
Monochromatic Colors of #C457EF
Black with #C457EF
Text Example
Text Example
White with #C457EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C457EF; }
p { color: rgb(196,87,239); }
H1.HeaderClassName
{
color: #C457EF;
}
.AnyTagClassName
{
color: #C457EF;
}
</style>
background-color css
<style>
a { background-color: #C457EF; }
a { background-color: rgb(196,87,239); }
div.DivClassName
{
background-color: #C457EF;
}
.BgClassName
{
background-color: #C457EF;
}
</style>
border-color css
<style>
span { border-color: #C457EF; }
span { border-color: rgb(196,87,239); }
td.TdClassName
{
border-color: #C457EF;
}
.TagClassName
{
border-color: #C457EF;
}
</style>