Shades of Medium Orchid #C457E6
Tints of Medium Orchid #C457E6
RGB
CMYK
RGB Variations
Color information
#C457E6 (or 0xC457E6) is known color: Medium Orchid. HEX triplet: C4, 57 and E6. RGB value is (196,87,230). Sum of RGB (Red+Green+Blue) = 196+87+230=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 87 (34.38% from 255 or 16.96% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 230 - color contains mainly: blue. Hex color #C457E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C457E6 is #3BA819. Grayscale: #878787. Windows color (decimal): -3909658 or 15095748. OLE color: 15095748.
HSL color Cylindrical-coordinate representation of color #C457E6: hue angle of 285.73º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C457E6 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 87 | 230 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.10 |
| HSL | 285.73º | 0.74% | 0.62% | - |
| HSV(B) | 285.73º | 0.62% | 0.9% | - |
| XYZ | 40.46 | 24.27 | 77.41 | - |
| YUV | 135.89 | 181.11 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 230 | 0.15 | 0.62 | 0 | 0.10 | 285.73 | 0.74 | 0.62 |
| Hex | C4 | 57 | E6 | F | 3E | 0 | A | 11E | 4A | 3E |
| Octal | 304 | 127 | 346 | 17 | 76 | 0 | 12 | 436 | 112 | 76 |
| Binary | 11000100 | 1010111 | 11100110 | 1111 | 111110 | 0 | 1010 | 100011110 | 1001010 | 111110 |
Color Harmonies of #C457E6
Complementary color
Monochromatic Colors of #C457E6
Black with #C457E6
Text Example
Text Example
White with #C457E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C457E6; }
p { color: rgb(196,87,230); }
H1.HeaderClassName
{
color: #C457E6;
}
.AnyTagClassName
{
color: #C457E6;
}
</style>
background-color css
<style>
a { background-color: #C457E6; }
a { background-color: rgb(196,87,230); }
div.DivClassName
{
background-color: #C457E6;
}
.BgClassName
{
background-color: #C457E6;
}
</style>
border-color css
<style>
span { border-color: #C457E6; }
span { border-color: rgb(196,87,230); }
td.TdClassName
{
border-color: #C457E6;
}
.TagClassName
{
border-color: #C457E6;
}
</style>