Shades of Medium Orchid #C735EC
Tints of Medium Orchid #C735EC
RGB
CMYK
RGB Variations
Color information
#C735EC (or 0xC735EC) is known color: Medium Orchid. HEX triplet: C7, 35 and EC. RGB value is (199,53,236). Sum of RGB (Red+Green+Blue) = 199+53+236=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 53 (21.09% from 255 or 10.86% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #C735EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C735EC is #38CA13. Grayscale: #747474. Windows color (decimal): -3721748 or 15480263. OLE color: 15480263.
HSL color Cylindrical-coordinate representation of color #C735EC: hue angle of 287.87º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C735EC is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 53 | 236 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.07 |
| HSL | 287.87º | 0.83% | 0.57% | - |
| HSV(B) | 287.87º | 0.78% | 0.93% | - |
| XYZ | 39.97 | 20.74 | 81.25 | - |
| YUV | 117.52 | 194.87 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 236 | 0.16 | 0.78 | 0 | 0.07 | 287.87 | 0.83 | 0.57 |
| Hex | C7 | 35 | EC | 10 | 4E | 0 | 7 | 120 | 53 | 39 |
| Octal | 307 | 65 | 354 | 20 | 116 | 0 | 7 | 440 | 123 | 71 |
| Binary | 11000111 | 110101 | 11101100 | 10000 | 1001110 | 0 | 111 | 100100000 | 1010011 | 111001 |
Color Harmonies of #C735EC
Complementary color
Monochromatic Colors of #C735EC
Black with #C735EC
Text Example
Text Example
White with #C735EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C735EC; }
p { color: rgb(199,53,236); }
H1.HeaderClassName
{
color: #C735EC;
}
.AnyTagClassName
{
color: #C735EC;
}
</style>
background-color css
<style>
a { background-color: #C735EC; }
a { background-color: rgb(199,53,236); }
div.DivClassName
{
background-color: #C735EC;
}
.BgClassName
{
background-color: #C735EC;
}
</style>
border-color css
<style>
span { border-color: #C735EC; }
span { border-color: rgb(199,53,236); }
td.TdClassName
{
border-color: #C735EC;
}
.TagClassName
{
border-color: #C735EC;
}
</style>