Shades of Medium Orchid #C458EE
Tints of Medium Orchid #C458EE
RGB
CMYK
RGB Variations
Color information
#C458EE (or 0xC458EE) is known color: Medium Orchid. HEX triplet: C4, 58 and EE. RGB value is (196,88,238). Sum of RGB (Red+Green+Blue) = 196+88+238=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 88 (34.77% from 255 or 16.86% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #C458EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C458EE is #3BA711. Grayscale: #888888. Windows color (decimal): -3909394 or 15620292. OLE color: 15620292.
HSL color Cylindrical-coordinate representation of color #C458EE: hue angle of 283.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C458EE is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 88 | 238 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.07 |
| HSL | 283.2º | 0.82% | 0.64% | - |
| HSV(B) | 283.2º | 0.63% | 0.93% | - |
| XYZ | 41.69 | 24.89 | 83.5 | - |
| YUV | 137.39 | 184.78 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 238 | 0.18 | 0.63 | 0 | 0.07 | 283.2 | 0.82 | 0.64 |
| Hex | C4 | 58 | EE | 12 | 3F | 0 | 7 | 11B | 52 | 40 |
| Octal | 304 | 130 | 356 | 22 | 77 | 0 | 7 | 433 | 122 | 100 |
| Binary | 11000100 | 1011000 | 11101110 | 10010 | 111111 | 0 | 111 | 100011011 | 1010010 | 1000000 |
Color Harmonies of #C458EE
Complementary color
Monochromatic Colors of #C458EE
Black with #C458EE
Text Example
Text Example
White with #C458EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C458EE; }
p { color: rgb(196,88,238); }
H1.HeaderClassName
{
color: #C458EE;
}
.AnyTagClassName
{
color: #C458EE;
}
</style>
background-color css
<style>
a { background-color: #C458EE; }
a { background-color: rgb(196,88,238); }
div.DivClassName
{
background-color: #C458EE;
}
.BgClassName
{
background-color: #C458EE;
}
</style>
border-color css
<style>
span { border-color: #C458EE; }
span { border-color: rgb(196,88,238); }
td.TdClassName
{
border-color: #C458EE;
}
.TagClassName
{
border-color: #C458EE;
}
</style>