Shades of Medium Orchid #C236D9
Tints of Medium Orchid #C236D9
RGB
CMYK
RGB Variations
Color information
#C236D9 (or 0xC236D9) is known color: Medium Orchid. HEX triplet: C2, 36 and D9. RGB value is (194,54,217). Sum of RGB (Red+Green+Blue) = 194+54+217=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 217 - color contains mainly: blue. Hex color #C236D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C236D9 is #3DC926. Grayscale: #717171. Windows color (decimal): -4049191 or 14235330. OLE color: 14235330.
HSL color Cylindrical-coordinate representation of color #C236D9: hue angle of 291.53º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C236D9 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 54 | 217 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.15 |
| HSL | 291.53º | 0.68% | 0.53% | - |
| HSV(B) | 291.53º | 0.75% | 0.85% | - |
| XYZ | 36.09 | 19.12 | 67.43 | - |
| YUV | 114.44 | 185.88 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 217 | 0.11 | 0.75 | 0 | 0.15 | 291.53 | 0.68 | 0.53 |
| Hex | C2 | 36 | D9 | B | 4B | 0 | F | 124 | 44 | 35 |
| Octal | 302 | 66 | 331 | 13 | 113 | 0 | 17 | 444 | 104 | 65 |
| Binary | 11000010 | 110110 | 11011001 | 1011 | 1001011 | 0 | 1111 | 100100100 | 1000100 | 110101 |
Color Harmonies of #C236D9
Complementary color
Monochromatic Colors of #C236D9
Black with #C236D9
Text Example
Text Example
White with #C236D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C236D9; }
p { color: rgb(194,54,217); }
H1.HeaderClassName
{
color: #C236D9;
}
.AnyTagClassName
{
color: #C236D9;
}
</style>
background-color css
<style>
a { background-color: #C236D9; }
a { background-color: rgb(194,54,217); }
div.DivClassName
{
background-color: #C236D9;
}
.BgClassName
{
background-color: #C236D9;
}
</style>
border-color css
<style>
span { border-color: #C236D9; }
span { border-color: rgb(194,54,217); }
td.TdClassName
{
border-color: #C236D9;
}
.TagClassName
{
border-color: #C236D9;
}
</style>