Shades of Medium Orchid #C758D8
Tints of Medium Orchid #C758D8
RGB
CMYK
RGB Variations
Color information
#C758D8 (or 0xC758D8) is known color: Medium Orchid. HEX triplet: C7, 58 and D8. RGB value is (199,88,216). Sum of RGB (Red+Green+Blue) = 199+88+216=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 216 - color contains mainly: blue. Hex color #C758D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C758D8 is #38A727. Grayscale: #878787. Windows color (decimal): -3712808 or 14178503. OLE color: 14178503.
HSL color Cylindrical-coordinate representation of color #C758D8: hue angle of 292.03º 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 #C758D8 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 88 | 216 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.15 |
| HSL | 292.03º | 0.62% | 0.6% | - |
| HSV(B) | 292.03º | 0.59% | 0.85% | - |
| XYZ | 39.44 | 24.08 | 67.53 | - |
| YUV | 135.78 | 173.27 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 216 | 0.08 | 0.59 | 0 | 0.15 | 292.03 | 0.62 | 0.6 |
| Hex | C7 | 58 | D8 | 8 | 3B | 0 | F | 124 | 3E | 3C |
| Octal | 307 | 130 | 330 | 10 | 73 | 0 | 17 | 444 | 76 | 74 |
| Binary | 11000111 | 1011000 | 11011000 | 1000 | 111011 | 0 | 1111 | 100100100 | 111110 | 111100 |
Color Harmonies of #C758D8
Complementary color
Monochromatic Colors of #C758D8
Black with #C758D8
Text Example
Text Example
White with #C758D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C758D8; }
p { color: rgb(199,88,216); }
H1.HeaderClassName
{
color: #C758D8;
}
.AnyTagClassName
{
color: #C758D8;
}
</style>
background-color css
<style>
a { background-color: #C758D8; }
a { background-color: rgb(199,88,216); }
div.DivClassName
{
background-color: #C758D8;
}
.BgClassName
{
background-color: #C758D8;
}
</style>
border-color css
<style>
span { border-color: #C758D8; }
span { border-color: rgb(199,88,216); }
td.TdClassName
{
border-color: #C758D8;
}
.TagClassName
{
border-color: #C758D8;
}
</style>