Shades of Medium Orchid #C458D8
Tints of Medium Orchid #C458D8
RGB
CMYK
RGB Variations
Color information
#C458D8 (or 0xC458D8) is known color: Medium Orchid. HEX triplet: C4, 58 and D8. RGB value is (196,88,216). Sum of RGB (Red+Green+Blue) = 196+88+216=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #C458D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458D8 is #3BA727. Grayscale: #868686. Windows color (decimal): -3909416 or 14178500. OLE color: 14178500.
HSL color Cylindrical-coordinate representation of color #C458D8: hue angle of 290.62º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C458D8 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 88 | 216 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.15 |
| HSL | 290.63º | 0.62% | 0.6% | - |
| HSV(B) | 290.63º | 0.59% | 0.85% | - |
| XYZ | 38.65 | 23.67 | 67.5 | - |
| YUV | 134.88 | 173.78 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 216 | 0.09 | 0.59 | 0 | 0.15 | 290.63 | 0.62 | 0.6 |
| Hex | C4 | 58 | D8 | 9 | 3B | 0 | F | 123 | 3E | 3C |
| Octal | 304 | 130 | 330 | 11 | 73 | 0 | 17 | 443 | 76 | 74 |
| Binary | 11000100 | 1011000 | 11011000 | 1001 | 111011 | 0 | 1111 | 100100011 | 111110 | 111100 |
Color Harmonies of #C458D8
Complementary color
Monochromatic Colors of #C458D8
Black with #C458D8
Text Example
Text Example
White with #C458D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C458D8; }
p { color: rgb(196,88,216); }
H1.HeaderClassName
{
color: #C458D8;
}
.AnyTagClassName
{
color: #C458D8;
}
</style>
background-color css
<style>
a { background-color: #C458D8; }
a { background-color: rgb(196,88,216); }
div.DivClassName
{
background-color: #C458D8;
}
.BgClassName
{
background-color: #C458D8;
}
</style>
border-color css
<style>
span { border-color: #C458D8; }
span { border-color: rgb(196,88,216); }
td.TdClassName
{
border-color: #C458D8;
}
.TagClassName
{
border-color: #C458D8;
}
</style>