Shades of Medium Orchid #C458E4
Tints of Medium Orchid #C458E4
RGB
CMYK
RGB Variations
Color information
#C458E4 (or 0xC458E4) is known color: Medium Orchid. HEX triplet: C4, 58 and E4. RGB value is (196,88,228). Sum of RGB (Red+Green+Blue) = 196+88+228=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 228 (89.45% from 255 or 44.53% from 512); Max value from RGB is 228 - color contains mainly: blue. Hex color #C458E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458E4 is #3BA71B. Grayscale: #878787. Windows color (decimal): -3909404 or 14964932. OLE color: 14964932.
HSL color Cylindrical-coordinate representation of color #C458E4: hue angle of 286.29º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C458E4 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 88 | 228 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.11 |
| HSL | 286.29º | 0.72% | 0.62% | - |
| HSV(B) | 286.29º | 0.61% | 0.89% | - |
| XYZ | 40.26 | 24.32 | 75.97 | - |
| YUV | 136.25 | 179.78 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 228 | 0.14 | 0.61 | 0 | 0.11 | 286.29 | 0.72 | 0.62 |
| Hex | C4 | 58 | E4 | E | 3D | 0 | B | 11E | 48 | 3E |
| Octal | 304 | 130 | 344 | 16 | 75 | 0 | 13 | 436 | 110 | 76 |
| Binary | 11000100 | 1011000 | 11100100 | 1110 | 111101 | 0 | 1011 | 100011110 | 1001000 | 111110 |
Color Harmonies of #C458E4
Complementary color
Monochromatic Colors of #C458E4
Black with #C458E4
Text Example
Text Example
White with #C458E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C458E4; }
p { color: rgb(196,88,228); }
H1.HeaderClassName
{
color: #C458E4;
}
.AnyTagClassName
{
color: #C458E4;
}
</style>
background-color css
<style>
a { background-color: #C458E4; }
a { background-color: rgb(196,88,228); }
div.DivClassName
{
background-color: #C458E4;
}
.BgClassName
{
background-color: #C458E4;
}
</style>
border-color css
<style>
span { border-color: #C458E4; }
span { border-color: rgb(196,88,228); }
td.TdClassName
{
border-color: #C458E4;
}
.TagClassName
{
border-color: #C458E4;
}
</style>