Shades of Medium Orchid #C235D9
Tints of Medium Orchid #C235D9
RGB
CMYK
RGB Variations
Color information
#C235D9 (or 0xC235D9) is known color: Medium Orchid. HEX triplet: C2, 35 and D9. RGB value is (194,53,217). Sum of RGB (Red+Green+Blue) = 194+53+217=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 53 (21.09% from 255 or 11.42% from 464); Blue value is 217 (85.16% from 255 or 46.77% from 464); Max value from RGB is 217 - color contains mainly: blue. Hex color #C235D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C235D9 is #3DCA26. Grayscale: #717171. Windows color (decimal): -4049447 or 14235074. OLE color: 14235074.
HSL color Cylindrical-coordinate representation of color #C235D9: hue angle of 291.59º 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 #C235D9 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 53 | 217 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.15 |
| HSL | 291.59º | 0.68% | 0.53% | - |
| HSV(B) | 291.59º | 0.76% | 0.85% | - |
| XYZ | 36.05 | 19.03 | 67.42 | - |
| YUV | 113.86 | 186.21 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 217 | 0.11 | 0.76 | 0 | 0.15 | 291.59 | 0.68 | 0.53 |
| Hex | C2 | 35 | D9 | B | 4C | 0 | F | 124 | 44 | 35 |
| Octal | 302 | 65 | 331 | 13 | 114 | 0 | 17 | 444 | 104 | 65 |
| Binary | 11000010 | 110101 | 11011001 | 1011 | 1001100 | 0 | 1111 | 100100100 | 1000100 | 110101 |
Color Harmonies of #C235D9
Complementary color
Monochromatic Colors of #C235D9
Black with #C235D9
Text Example
Text Example
White with #C235D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C235D9; }
p { color: rgb(194,53,217); }
H1.HeaderClassName
{
color: #C235D9;
}
.AnyTagClassName
{
color: #C235D9;
}
</style>
background-color css
<style>
a { background-color: #C235D9; }
a { background-color: rgb(194,53,217); }
div.DivClassName
{
background-color: #C235D9;
}
.BgClassName
{
background-color: #C235D9;
}
</style>
border-color css
<style>
span { border-color: #C235D9; }
span { border-color: rgb(194,53,217); }
td.TdClassName
{
border-color: #C235D9;
}
.TagClassName
{
border-color: #C235D9;
}
</style>