Shades of Medium Orchid #C756DA
Tints of Medium Orchid #C756DA
RGB
CMYK
RGB Variations
Color information
#C756DA (or 0xC756DA) is known color: Medium Orchid. HEX triplet: C7, 56 and DA. RGB value is (199,86,218). Sum of RGB (Red+Green+Blue) = 199+86+218=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #C756DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C756DA is #38A925. Grayscale: #868686. Windows color (decimal): -3713318 or 14309063. OLE color: 14309063.
HSL color Cylindrical-coordinate representation of color #C756DA: hue angle of 291.36º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C756DA is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 86 | 218 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.15 |
| HSL | 291.36º | 0.64% | 0.6% | - |
| HSV(B) | 291.36º | 0.61% | 0.85% | - |
| XYZ | 39.54 | 23.86 | 68.85 | - |
| YUV | 134.84 | 174.94 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 218 | 0.09 | 0.61 | 0 | 0.15 | 291.36 | 0.64 | 0.6 |
| Hex | C7 | 56 | DA | 9 | 3D | 0 | F | 123 | 40 | 3C |
| Octal | 307 | 126 | 332 | 11 | 75 | 0 | 17 | 443 | 100 | 74 |
| Binary | 11000111 | 1010110 | 11011010 | 1001 | 111101 | 0 | 1111 | 100100011 | 1000000 | 111100 |
Color Harmonies of #C756DA
Complementary color
Monochromatic Colors of #C756DA
Black with #C756DA
Text Example
Text Example
White with #C756DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C756DA; }
p { color: rgb(199,86,218); }
H1.HeaderClassName
{
color: #C756DA;
}
.AnyTagClassName
{
color: #C756DA;
}
</style>
background-color css
<style>
a { background-color: #C756DA; }
a { background-color: rgb(199,86,218); }
div.DivClassName
{
background-color: #C756DA;
}
.BgClassName
{
background-color: #C756DA;
}
</style>
border-color css
<style>
span { border-color: #C756DA; }
span { border-color: rgb(199,86,218); }
td.TdClassName
{
border-color: #C756DA;
}
.TagClassName
{
border-color: #C756DA;
}
</style>