Shades of Medium Orchid #C535F3
Tints of Medium Orchid #C535F3
RGB
CMYK
RGB Variations
Color information
#C535F3 (or 0xC535F3) is known color: Medium Orchid. HEX triplet: C5, 35 and F3. RGB value is (197,53,243). Sum of RGB (Red+Green+Blue) = 197+53+243=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 53 (21.09% from 255 or 10.75% from 493); Blue value is 243 (95.31% from 255 or 49.29% from 493); Max value from RGB is 243 - color contains mainly: blue. Hex color #C535F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C535F3 is #3ACA0C. Grayscale: #757575. Windows color (decimal): -3852813 or 15939013. OLE color: 15939013.
HSL color Cylindrical-coordinate representation of color #C535F3: hue angle of 285.47º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C535F3 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 53 | 243 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.05 |
| HSL | 285.47º | 0.89% | 0.58% | - |
| HSV(B) | 285.47º | 0.78% | 0.95% | - |
| XYZ | 40.48 | 20.89 | 86.69 | - |
| YUV | 117.72 | 198.71 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 243 | 0.19 | 0.78 | 0 | 0.05 | 285.47 | 0.89 | 0.58 |
| Hex | C5 | 35 | F3 | 13 | 4E | 0 | 5 | 11D | 59 | 3A |
| Octal | 305 | 65 | 363 | 23 | 116 | 0 | 5 | 435 | 131 | 72 |
| Binary | 11000101 | 110101 | 11110011 | 10011 | 1001110 | 0 | 101 | 100011101 | 1011001 | 111010 |
Color Harmonies of #C535F3
Complementary color
Monochromatic Colors of #C535F3
Black with #C535F3
Text Example
Text Example
White with #C535F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C535F3; }
p { color: rgb(197,53,243); }
H1.HeaderClassName
{
color: #C535F3;
}
.AnyTagClassName
{
color: #C535F3;
}
</style>
background-color css
<style>
a { background-color: #C535F3; }
a { background-color: rgb(197,53,243); }
div.DivClassName
{
background-color: #C535F3;
}
.BgClassName
{
background-color: #C535F3;
}
</style>
border-color css
<style>
span { border-color: #C535F3; }
span { border-color: rgb(197,53,243); }
td.TdClassName
{
border-color: #C535F3;
}
.TagClassName
{
border-color: #C535F3;
}
</style>