Shades of Medium Orchid #C635D9
Tints of Medium Orchid #C635D9
RGB
CMYK
RGB Variations
Color information
#C635D9 (or 0xC635D9) is known color: Medium Orchid. HEX triplet: C6, 35 and D9. RGB value is (198,53,217). Sum of RGB (Red+Green+Blue) = 198+53+217=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 53 (21.09% from 255 or 11.32% from 468); Blue value is 217 (85.16% from 255 or 46.37% from 468); Max value from RGB is 217 - color contains mainly: blue. Hex color #C635D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C635D9 is #39CA26. Grayscale: #727272. Windows color (decimal): -3787303 or 14235078. OLE color: 14235078.
HSL color Cylindrical-coordinate representation of color #C635D9: hue angle of 293.05º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C635D9 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 53 | 217 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.15 |
| HSL | 293.05º | 0.68% | 0.53% | - |
| HSV(B) | 293.05º | 0.76% | 0.85% | - |
| XYZ | 37.09 | 19.56 | 67.47 | - |
| YUV | 115.05 | 185.54 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 217 | 0.09 | 0.76 | 0 | 0.15 | 293.05 | 0.68 | 0.53 |
| Hex | C6 | 35 | D9 | 9 | 4C | 0 | F | 125 | 44 | 35 |
| Octal | 306 | 65 | 331 | 11 | 114 | 0 | 17 | 445 | 104 | 65 |
| Binary | 11000110 | 110101 | 11011001 | 1001 | 1001100 | 0 | 1111 | 100100101 | 1000100 | 110101 |
Color Harmonies of #C635D9
Complementary color
Monochromatic Colors of #C635D9
Black with #C635D9
Text Example
Text Example
White with #C635D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C635D9; }
p { color: rgb(198,53,217); }
H1.HeaderClassName
{
color: #C635D9;
}
.AnyTagClassName
{
color: #C635D9;
}
</style>
background-color css
<style>
a { background-color: #C635D9; }
a { background-color: rgb(198,53,217); }
div.DivClassName
{
background-color: #C635D9;
}
.BgClassName
{
background-color: #C635D9;
}
</style>
border-color css
<style>
span { border-color: #C635D9; }
span { border-color: rgb(198,53,217); }
td.TdClassName
{
border-color: #C635D9;
}
.TagClassName
{
border-color: #C635D9;
}
</style>