Shades of Medium Orchid #C758EE
Tints of Medium Orchid #C758EE
RGB
CMYK
RGB Variations
Color information
#C758EE (or 0xC758EE) is known color: Medium Orchid. HEX triplet: C7, 58 and EE. RGB value is (199,88,238). Sum of RGB (Red+Green+Blue) = 199+88+238=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 88 (34.77% from 255 or 16.76% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #C758EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C758EE is #38A711. Grayscale: #898989. Windows color (decimal): -3712786 or 15620295. OLE color: 15620295.
HSL color Cylindrical-coordinate representation of color #C758EE: hue angle of 284.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C758EE is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 88 | 238 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.07 |
| HSL | 284.4º | 0.82% | 0.64% | - |
| HSV(B) | 284.4º | 0.63% | 0.93% | - |
| XYZ | 42.48 | 25.29 | 83.53 | - |
| YUV | 138.29 | 184.27 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 238 | 0.16 | 0.63 | 0 | 0.07 | 284.4 | 0.82 | 0.64 |
| Hex | C7 | 58 | EE | 10 | 3F | 0 | 7 | 11C | 52 | 40 |
| Octal | 307 | 130 | 356 | 20 | 77 | 0 | 7 | 434 | 122 | 100 |
| Binary | 11000111 | 1011000 | 11101110 | 10000 | 111111 | 0 | 111 | 100011100 | 1010010 | 1000000 |
Color Harmonies of #C758EE
Complementary color
Monochromatic Colors of #C758EE
Black with #C758EE
Text Example
Text Example
White with #C758EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C758EE; }
p { color: rgb(199,88,238); }
H1.HeaderClassName
{
color: #C758EE;
}
.AnyTagClassName
{
color: #C758EE;
}
</style>
background-color css
<style>
a { background-color: #C758EE; }
a { background-color: rgb(199,88,238); }
div.DivClassName
{
background-color: #C758EE;
}
.BgClassName
{
background-color: #C758EE;
}
</style>
border-color css
<style>
span { border-color: #C758EE; }
span { border-color: rgb(199,88,238); }
td.TdClassName
{
border-color: #C758EE;
}
.TagClassName
{
border-color: #C758EE;
}
</style>