Shades of Medium Orchid #C535EC
Tints of Medium Orchid #C535EC
RGB
CMYK
RGB Variations
Color information
#C535EC (or 0xC535EC) is known color: Medium Orchid. HEX triplet: C5, 35 and EC. RGB value is (197,53,236). Sum of RGB (Red+Green+Blue) = 197+53+236=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 53 (21.09% from 255 or 10.91% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #C535EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C535EC is #3ACA13. Grayscale: #747474. Windows color (decimal): -3852820 or 15480261. OLE color: 15480261.
HSL color Cylindrical-coordinate representation of color #C535EC: hue angle of 287.21º 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 #C535EC is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 53 | 236 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.07 |
| HSL | 287.21º | 0.83% | 0.57% | - |
| HSV(B) | 287.21º | 0.78% | 0.93% | - |
| XYZ | 39.44 | 20.47 | 81.23 | - |
| YUV | 116.92 | 195.21 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 236 | 0.17 | 0.78 | 0 | 0.07 | 287.21 | 0.83 | 0.57 |
| Hex | C5 | 35 | EC | 11 | 4E | 0 | 7 | 11F | 53 | 39 |
| Octal | 305 | 65 | 354 | 21 | 116 | 0 | 7 | 437 | 123 | 71 |
| Binary | 11000101 | 110101 | 11101100 | 10001 | 1001110 | 0 | 111 | 100011111 | 1010011 | 111001 |
Color Harmonies of #C535EC
Complementary color
Monochromatic Colors of #C535EC
Black with #C535EC
Text Example
Text Example
White with #C535EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C535EC; }
p { color: rgb(197,53,236); }
H1.HeaderClassName
{
color: #C535EC;
}
.AnyTagClassName
{
color: #C535EC;
}
</style>
background-color css
<style>
a { background-color: #C535EC; }
a { background-color: rgb(197,53,236); }
div.DivClassName
{
background-color: #C535EC;
}
.BgClassName
{
background-color: #C535EC;
}
</style>
border-color css
<style>
span { border-color: #C535EC; }
span { border-color: rgb(197,53,236); }
td.TdClassName
{
border-color: #C535EC;
}
.TagClassName
{
border-color: #C535EC;
}
</style>