Shades of Medium Orchid #C535D1
Tints of Medium Orchid #C535D1
RGB
CMYK
RGB Variations
Color information
#C535D1 (or 0xC535D1) is known color: Medium Orchid. HEX triplet: C5, 35 and D1. RGB value is (197,53,209). Sum of RGB (Red+Green+Blue) = 197+53+209=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 53 (21.09% from 255 or 11.55% from 459); Blue value is 209 (82.03% from 255 or 45.53% from 459); Max value from RGB is 209 - color contains mainly: blue. Hex color #C535D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C535D1 is #3ACA2E. Grayscale: #717171. Windows color (decimal): -3852847 or 13710789. OLE color: 13710789.
HSL color Cylindrical-coordinate representation of color #C535D1: hue angle of 295.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C535D1 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 53 | 209 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.18 |
| HSL | 295.38º | 0.63% | 0.51% | - |
| HSV(B) | 295.38º | 0.75% | 0.82% | - |
| XYZ | 35.81 | 19.02 | 62.11 | - |
| YUV | 113.84 | 181.71 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 209 | 0.06 | 0.75 | 0 | 0.18 | 295.38 | 0.63 | 0.51 |
| Hex | C5 | 35 | D1 | 6 | 4B | 0 | 12 | 127 | 3F | 33 |
| Octal | 305 | 65 | 321 | 6 | 113 | 0 | 22 | 447 | 77 | 63 |
| Binary | 11000101 | 110101 | 11010001 | 110 | 1001011 | 0 | 10010 | 100100111 | 111111 | 110011 |
Color Harmonies of #C535D1
Complementary color
Monochromatic Colors of #C535D1
Black with #C535D1
Text Example
Text Example
White with #C535D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C535D1; }
p { color: rgb(197,53,209); }
H1.HeaderClassName
{
color: #C535D1;
}
.AnyTagClassName
{
color: #C535D1;
}
</style>
background-color css
<style>
a { background-color: #C535D1; }
a { background-color: rgb(197,53,209); }
div.DivClassName
{
background-color: #C535D1;
}
.BgClassName
{
background-color: #C535D1;
}
</style>
border-color css
<style>
span { border-color: #C535D1; }
span { border-color: rgb(197,53,209); }
td.TdClassName
{
border-color: #C535D1;
}
.TagClassName
{
border-color: #C535D1;
}
</style>