Shades of Medium Orchid #C458D7
Tints of Medium Orchid #C458D7
RGB
CMYK
RGB Variations
Color information
#C458D7 (or 0xC458D7) is known color: Medium Orchid. HEX triplet: C4, 58 and D7. RGB value is (196,88,215). Sum of RGB (Red+Green+Blue) = 196+88+215=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #C458D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458D7 is #3BA728. Grayscale: #868686. Windows color (decimal): -3909417 or 14112964. OLE color: 14112964.
HSL color Cylindrical-coordinate representation of color #C458D7: hue angle of 291.02º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C458D7 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 88 | 215 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.16 |
| HSL | 291.02º | 0.61% | 0.59% | - |
| HSV(B) | 291.02º | 0.59% | 0.84% | - |
| XYZ | 38.52 | 23.62 | 66.82 | - |
| YUV | 134.77 | 173.28 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 215 | 0.09 | 0.59 | 0 | 0.16 | 291.02 | 0.61 | 0.59 |
| Hex | C4 | 58 | D7 | 9 | 3B | 0 | 10 | 123 | 3D | 3B |
| Octal | 304 | 130 | 327 | 11 | 73 | 0 | 20 | 443 | 75 | 73 |
| Binary | 11000100 | 1011000 | 11010111 | 1001 | 111011 | 0 | 10000 | 100100011 | 111101 | 111011 |
Color Harmonies of #C458D7
Complementary color
Monochromatic Colors of #C458D7
Black with #C458D7
Text Example
Text Example
White with #C458D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C458D7; }
p { color: rgb(196,88,215); }
H1.HeaderClassName
{
color: #C458D7;
}
.AnyTagClassName
{
color: #C458D7;
}
</style>
background-color css
<style>
a { background-color: #C458D7; }
a { background-color: rgb(196,88,215); }
div.DivClassName
{
background-color: #C458D7;
}
.BgClassName
{
background-color: #C458D7;
}
</style>
border-color css
<style>
span { border-color: #C458D7; }
span { border-color: rgb(196,88,215); }
td.TdClassName
{
border-color: #C458D7;
}
.TagClassName
{
border-color: #C458D7;
}
</style>