Shades of Medium Orchid #C535DD
Tints of Medium Orchid #C535DD
RGB
CMYK
RGB Variations
Color information
#C535DD (or 0xC535DD) is known color: Medium Orchid. HEX triplet: C5, 35 and DD. RGB value is (197,53,221). Sum of RGB (Red+Green+Blue) = 197+53+221=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 53 (21.09% from 255 or 11.25% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #C535DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C535DD is #3ACA22. Grayscale: #727272. Windows color (decimal): -3852835 or 14497221. OLE color: 14497221.
HSL color Cylindrical-coordinate representation of color #C535DD: hue angle of 291.43º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C535DD is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 53 | 221 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.13 |
| HSL | 291.43º | 0.71% | 0.54% | - |
| HSV(B) | 291.43º | 0.76% | 0.87% | - |
| XYZ | 37.35 | 19.64 | 70.23 | - |
| YUV | 115.21 | 187.71 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 221 | 0.11 | 0.76 | 0 | 0.13 | 291.43 | 0.71 | 0.54 |
| Hex | C5 | 35 | DD | B | 4C | 0 | D | 123 | 47 | 36 |
| Octal | 305 | 65 | 335 | 13 | 114 | 0 | 15 | 443 | 107 | 66 |
| Binary | 11000101 | 110101 | 11011101 | 1011 | 1001100 | 0 | 1101 | 100100011 | 1000111 | 110110 |
Color Harmonies of #C535DD
Complementary color
Monochromatic Colors of #C535DD
Black with #C535DD
Text Example
Text Example
White with #C535DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C535DD; }
p { color: rgb(197,53,221); }
H1.HeaderClassName
{
color: #C535DD;
}
.AnyTagClassName
{
color: #C535DD;
}
</style>
background-color css
<style>
a { background-color: #C535DD; }
a { background-color: rgb(197,53,221); }
div.DivClassName
{
background-color: #C535DD;
}
.BgClassName
{
background-color: #C535DD;
}
</style>
border-color css
<style>
span { border-color: #C535DD; }
span { border-color: rgb(197,53,221); }
td.TdClassName
{
border-color: #C535DD;
}
.TagClassName
{
border-color: #C535DD;
}
</style>