Shades of Medium Orchid #C756D7
Tints of Medium Orchid #C756D7
RGB
CMYK
RGB Variations
Color information
#C756D7 (or 0xC756D7) is known color: Medium Orchid. HEX triplet: C7, 56 and D7. RGB value is (199,86,215). Sum of RGB (Red+Green+Blue) = 199+86+215=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 215 - color contains mainly: blue. Hex color #C756D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C756D7 is #38A928. Grayscale: #868686. Windows color (decimal): -3713321 or 14112455. OLE color: 14112455.
HSL color Cylindrical-coordinate representation of color #C756D7: hue angle of 292.56º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C756D7 is Cyan = 0.07, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 86 | 215 | - |
| CMYK | 0.07 | 0.6 | 0 | 0.16 |
| HSL | 292.56º | 0.62% | 0.59% | - |
| HSV(B) | 292.56º | 0.6% | 0.84% | - |
| XYZ | 39.15 | 23.7 | 66.8 | - |
| YUV | 134.49 | 173.44 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 215 | 0.07 | 0.6 | 0 | 0.16 | 292.56 | 0.62 | 0.59 |
| Hex | C7 | 56 | D7 | 7 | 3C | 0 | 10 | 125 | 3E | 3B |
| Octal | 307 | 126 | 327 | 7 | 74 | 0 | 20 | 445 | 76 | 73 |
| Binary | 11000111 | 1010110 | 11010111 | 111 | 111100 | 0 | 10000 | 100100101 | 111110 | 111011 |
Color Harmonies of #C756D7
Complementary color
Monochromatic Colors of #C756D7
Black with #C756D7
Text Example
Text Example
White with #C756D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C756D7; }
p { color: rgb(199,86,215); }
H1.HeaderClassName
{
color: #C756D7;
}
.AnyTagClassName
{
color: #C756D7;
}
</style>
background-color css
<style>
a { background-color: #C756D7; }
a { background-color: rgb(199,86,215); }
div.DivClassName
{
background-color: #C756D7;
}
.BgClassName
{
background-color: #C756D7;
}
</style>
border-color css
<style>
span { border-color: #C756D7; }
span { border-color: rgb(199,86,215); }
td.TdClassName
{
border-color: #C756D7;
}
.TagClassName
{
border-color: #C756D7;
}
</style>