Shades of Medium Orchid #C758DF
Tints of Medium Orchid #C758DF
RGB
CMYK
RGB Variations
Color information
#C758DF (or 0xC758DF) is known color: Medium Orchid. HEX triplet: C7, 58 and DF. RGB value is (199,88,223). Sum of RGB (Red+Green+Blue) = 199+88+223=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 88 (34.77% from 255 or 17.25% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #C758DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C758DF is #38A720. Grayscale: #888888. Windows color (decimal): -3712801 or 14637255. OLE color: 14637255.
HSL color Cylindrical-coordinate representation of color #C758DF: hue angle of 289.33º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C758DF is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 88 | 223 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.13 |
| HSL | 289.33º | 0.68% | 0.61% | - |
| HSV(B) | 289.33º | 0.61% | 0.87% | - |
| XYZ | 40.36 | 24.45 | 72.4 | - |
| YUV | 136.58 | 176.77 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 223 | 0.11 | 0.61 | 0 | 0.13 | 289.33 | 0.68 | 0.61 |
| Hex | C7 | 58 | DF | B | 3D | 0 | D | 121 | 44 | 3D |
| Octal | 307 | 130 | 337 | 13 | 75 | 0 | 15 | 441 | 104 | 75 |
| Binary | 11000111 | 1011000 | 11011111 | 1011 | 111101 | 0 | 1101 | 100100001 | 1000100 | 111101 |
Color Harmonies of #C758DF
Complementary color
Monochromatic Colors of #C758DF
Black with #C758DF
Text Example
Text Example
White with #C758DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C758DF; }
p { color: rgb(199,88,223); }
H1.HeaderClassName
{
color: #C758DF;
}
.AnyTagClassName
{
color: #C758DF;
}
</style>
background-color css
<style>
a { background-color: #C758DF; }
a { background-color: rgb(199,88,223); }
div.DivClassName
{
background-color: #C758DF;
}
.BgClassName
{
background-color: #C758DF;
}
</style>
border-color css
<style>
span { border-color: #C758DF; }
span { border-color: rgb(199,88,223); }
td.TdClassName
{
border-color: #C758DF;
}
.TagClassName
{
border-color: #C758DF;
}
</style>