Shades of Medium Orchid #C756D9
Tints of Medium Orchid #C756D9
RGB
CMYK
RGB Variations
Color information
#C756D9 (or 0xC756D9) is known color: Medium Orchid. HEX triplet: C7, 56 and D9. RGB value is (199,86,217). Sum of RGB (Red+Green+Blue) = 199+86+217=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 217 - color contains mainly: blue. Hex color #C756D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C756D9 is #38A926. Grayscale: #868686. Windows color (decimal): -3713319 or 14243527. OLE color: 14243527.
HSL color Cylindrical-coordinate representation of color #C756D9: hue angle of 291.76º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C756D9 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 86 | 217 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.15 |
| HSL | 291.76º | 0.63% | 0.59% | - |
| HSV(B) | 291.76º | 0.6% | 0.85% | - |
| XYZ | 39.41 | 23.81 | 68.16 | - |
| YUV | 134.72 | 174.44 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 217 | 0.08 | 0.60 | 0 | 0.15 | 291.76 | 0.63 | 0.59 |
| Hex | C7 | 56 | D9 | 8 | 3C | 0 | F | 124 | 3F | 3B |
| Octal | 307 | 126 | 331 | 10 | 74 | 0 | 17 | 444 | 77 | 73 |
| Binary | 11000111 | 1010110 | 11011001 | 1000 | 111100 | 0 | 1111 | 100100100 | 111111 | 111011 |
Color Harmonies of #C756D9
Complementary color
Monochromatic Colors of #C756D9
Black with #C756D9
Text Example
Text Example
White with #C756D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C756D9; }
p { color: rgb(199,86,217); }
H1.HeaderClassName
{
color: #C756D9;
}
.AnyTagClassName
{
color: #C756D9;
}
</style>
background-color css
<style>
a { background-color: #C756D9; }
a { background-color: rgb(199,86,217); }
div.DivClassName
{
background-color: #C756D9;
}
.BgClassName
{
background-color: #C756D9;
}
</style>
border-color css
<style>
span { border-color: #C756D9; }
span { border-color: rgb(199,86,217); }
td.TdClassName
{
border-color: #C756D9;
}
.TagClassName
{
border-color: #C756D9;
}
</style>