Shades of Medium Orchid #C535D8
Tints of Medium Orchid #C535D8
RGB
CMYK
RGB Variations
Color information
#C535D8 (or 0xC535D8) is known color: Medium Orchid. HEX triplet: C5, 35 and D8. RGB value is (197,53,216). Sum of RGB (Red+Green+Blue) = 197+53+216=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 53 (21.09% from 255 or 11.37% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 216 - color contains mainly: blue. Hex color #C535D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C535D8 is #3ACA27. Grayscale: #727272. Windows color (decimal): -3852840 or 14169541. OLE color: 14169541.
HSL color Cylindrical-coordinate representation of color #C535D8: hue angle of 293.01º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C535D8 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 53 | 216 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.15 |
| HSL | 293.01º | 0.68% | 0.53% | - |
| HSV(B) | 293.01º | 0.75% | 0.85% | - |
| XYZ | 36.69 | 19.37 | 66.77 | - |
| YUV | 114.64 | 185.21 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 216 | 0.09 | 0.75 | 0 | 0.15 | 293.01 | 0.68 | 0.53 |
| Hex | C5 | 35 | D8 | 9 | 4B | 0 | F | 125 | 44 | 35 |
| Octal | 305 | 65 | 330 | 11 | 113 | 0 | 17 | 445 | 104 | 65 |
| Binary | 11000101 | 110101 | 11011000 | 1001 | 1001011 | 0 | 1111 | 100100101 | 1000100 | 110101 |
Color Harmonies of #C535D8
Complementary color
Monochromatic Colors of #C535D8
Black with #C535D8
Text Example
Text Example
White with #C535D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C535D8; }
p { color: rgb(197,53,216); }
H1.HeaderClassName
{
color: #C535D8;
}
.AnyTagClassName
{
color: #C535D8;
}
</style>
background-color css
<style>
a { background-color: #C535D8; }
a { background-color: rgb(197,53,216); }
div.DivClassName
{
background-color: #C535D8;
}
.BgClassName
{
background-color: #C535D8;
}
</style>
border-color css
<style>
span { border-color: #C535D8; }
span { border-color: rgb(197,53,216); }
td.TdClassName
{
border-color: #C535D8;
}
.TagClassName
{
border-color: #C535D8;
}
</style>