Shades of Medium Orchid #C458CF
Tints of Medium Orchid #C458CF
RGB
CMYK
RGB Variations
Color information
#C458CF (or 0xC458CF) is known color: Medium Orchid. HEX triplet: C4, 58 and CF. RGB value is (196,88,207). Sum of RGB (Red+Green+Blue) = 196+88+207=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #C458CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458CF is #3BA730. Grayscale: #858585. Windows color (decimal): -3909425 or 13588676. OLE color: 13588676.
HSL color Cylindrical-coordinate representation of color #C458CF: hue angle of 294.45º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C458CF is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 88 | 207 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.19 |
| HSL | 294.45º | 0.55% | 0.58% | - |
| HSV(B) | 294.45º | 0.57% | 0.81% | - |
| XYZ | 37.52 | 23.22 | 61.54 | - |
| YUV | 133.86 | 169.28 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 207 | 0.05 | 0.57 | 0 | 0.19 | 294.45 | 0.55 | 0.58 |
| Hex | C4 | 58 | CF | 5 | 39 | 0 | 13 | 126 | 37 | 3A |
| Octal | 304 | 130 | 317 | 5 | 71 | 0 | 23 | 446 | 67 | 72 |
| Binary | 11000100 | 1011000 | 11001111 | 101 | 111001 | 0 | 10011 | 100100110 | 110111 | 111010 |
Color Harmonies of #C458CF
Complementary color
Monochromatic Colors of #C458CF
Black with #C458CF
Text Example
Text Example
White with #C458CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C458CF; }
p { color: rgb(196,88,207); }
H1.HeaderClassName
{
color: #C458CF;
}
.AnyTagClassName
{
color: #C458CF;
}
</style>
background-color css
<style>
a { background-color: #C458CF; }
a { background-color: rgb(196,88,207); }
div.DivClassName
{
background-color: #C458CF;
}
.BgClassName
{
background-color: #C458CF;
}
</style>
border-color css
<style>
span { border-color: #C458CF; }
span { border-color: rgb(196,88,207); }
td.TdClassName
{
border-color: #C458CF;
}
.TagClassName
{
border-color: #C458CF;
}
</style>