Shades of Medium Orchid #C535D2
Tints of Medium Orchid #C535D2
RGB
CMYK
RGB Variations
Color information
#C535D2 (or 0xC535D2) is known color: Medium Orchid. HEX triplet: C5, 35 and D2. RGB value is (197,53,210). Sum of RGB (Red+Green+Blue) = 197+53+210=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 53 (21.09% from 255 or 11.52% from 460); Blue value is 210 (82.42% from 255 or 45.65% from 460); Max value from RGB is 210 - color contains mainly: blue. Hex color #C535D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C535D2 is #3ACA2D. Grayscale: #717171. Windows color (decimal): -3852846 or 13776325. OLE color: 13776325.
HSL color Cylindrical-coordinate representation of color #C535D2: hue angle of 295.03º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C535D2 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 53 | 210 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.18 |
| HSL | 295.03º | 0.64% | 0.52% | - |
| HSV(B) | 295.03º | 0.75% | 0.82% | - |
| XYZ | 35.93 | 19.07 | 62.76 | - |
| YUV | 113.95 | 182.21 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 210 | 0.06 | 0.75 | 0 | 0.18 | 295.03 | 0.64 | 0.52 |
| Hex | C5 | 35 | D2 | 6 | 4B | 0 | 12 | 127 | 40 | 34 |
| Octal | 305 | 65 | 322 | 6 | 113 | 0 | 22 | 447 | 100 | 64 |
| Binary | 11000101 | 110101 | 11010010 | 110 | 1001011 | 0 | 10010 | 100100111 | 1000000 | 110100 |
Color Harmonies of #C535D2
Complementary color
Monochromatic Colors of #C535D2
Black with #C535D2
Text Example
Text Example
White with #C535D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C535D2; }
p { color: rgb(197,53,210); }
H1.HeaderClassName
{
color: #C535D2;
}
.AnyTagClassName
{
color: #C535D2;
}
</style>
background-color css
<style>
a { background-color: #C535D2; }
a { background-color: rgb(197,53,210); }
div.DivClassName
{
background-color: #C535D2;
}
.BgClassName
{
background-color: #C535D2;
}
</style>
border-color css
<style>
span { border-color: #C535D2; }
span { border-color: rgb(197,53,210); }
td.TdClassName
{
border-color: #C535D2;
}
.TagClassName
{
border-color: #C535D2;
}
</style>