Shades of Medium Orchid #C758EB
Tints of Medium Orchid #C758EB
RGB
CMYK
RGB Variations
Color information
#C758EB (or 0xC758EB) is known color: Medium Orchid. HEX triplet: C7, 58 and EB. RGB value is (199,88,235). Sum of RGB (Red+Green+Blue) = 199+88+235=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 88 (34.77% from 255 or 16.86% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #C758EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C758EB is #38A714. Grayscale: #898989. Windows color (decimal): -3712789 or 15423687. OLE color: 15423687.
HSL color Cylindrical-coordinate representation of color #C758EB: hue angle of 285.31º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C758EB is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 88 | 235 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.08 |
| HSL | 285.31º | 0.79% | 0.63% | - |
| HSV(B) | 285.31º | 0.63% | 0.92% | - |
| XYZ | 42.04 | 25.12 | 81.23 | - |
| YUV | 137.95 | 182.77 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 235 | 0.15 | 0.63 | 0 | 0.08 | 285.31 | 0.79 | 0.63 |
| Hex | C7 | 58 | EB | F | 3F | 0 | 8 | 11D | 4F | 3F |
| Octal | 307 | 130 | 353 | 17 | 77 | 0 | 10 | 435 | 117 | 77 |
| Binary | 11000111 | 1011000 | 11101011 | 1111 | 111111 | 0 | 1000 | 100011101 | 1001111 | 111111 |
Color Harmonies of #C758EB
Complementary color
Monochromatic Colors of #C758EB
Black with #C758EB
Text Example
Text Example
White with #C758EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C758EB; }
p { color: rgb(199,88,235); }
H1.HeaderClassName
{
color: #C758EB;
}
.AnyTagClassName
{
color: #C758EB;
}
</style>
background-color css
<style>
a { background-color: #C758EB; }
a { background-color: rgb(199,88,235); }
div.DivClassName
{
background-color: #C758EB;
}
.BgClassName
{
background-color: #C758EB;
}
</style>
border-color css
<style>
span { border-color: #C758EB; }
span { border-color: rgb(199,88,235); }
td.TdClassName
{
border-color: #C758EB;
}
.TagClassName
{
border-color: #C758EB;
}
</style>