Shades of Medium Orchid #C535E9
Tints of Medium Orchid #C535E9
RGB
CMYK
RGB Variations
Color information
#C535E9 (or 0xC535E9) is known color: Medium Orchid. HEX triplet: C5, 35 and E9. RGB value is (197,53,233). Sum of RGB (Red+Green+Blue) = 197+53+233=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 53 (21.09% from 255 or 10.97% from 483); Blue value is 233 (91.41% from 255 or 48.24% from 483); Max value from RGB is 233 - color contains mainly: blue. Hex color #C535E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C535E9 is #3ACA16. Grayscale: #737373. Windows color (decimal): -3852823 or 15283653. OLE color: 15283653.
HSL color Cylindrical-coordinate representation of color #C535E9: hue angle of 288º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C535E9 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 53 | 233 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.09 |
| HSL | 288º | 0.8% | 0.56% | - |
| HSV(B) | 288º | 0.77% | 0.91% | - |
| XYZ | 39.01 | 20.3 | 78.95 | - |
| YUV | 116.58 | 193.71 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 233 | 0.15 | 0.77 | 0 | 0.09 | 288 | 0.8 | 0.56 |
| Hex | C5 | 35 | E9 | F | 4D | 0 | 9 | 120 | 50 | 38 |
| Octal | 305 | 65 | 351 | 17 | 115 | 0 | 11 | 440 | 120 | 70 |
| Binary | 11000101 | 110101 | 11101001 | 1111 | 1001101 | 0 | 1001 | 100100000 | 1010000 | 111000 |
Color Harmonies of #C535E9
Complementary color
Monochromatic Colors of #C535E9
Black with #C535E9
Text Example
Text Example
White with #C535E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C535E9; }
p { color: rgb(197,53,233); }
H1.HeaderClassName
{
color: #C535E9;
}
.AnyTagClassName
{
color: #C535E9;
}
</style>
background-color css
<style>
a { background-color: #C535E9; }
a { background-color: rgb(197,53,233); }
div.DivClassName
{
background-color: #C535E9;
}
.BgClassName
{
background-color: #C535E9;
}
</style>
border-color css
<style>
span { border-color: #C535E9; }
span { border-color: rgb(197,53,233); }
td.TdClassName
{
border-color: #C535E9;
}
.TagClassName
{
border-color: #C535E9;
}
</style>