Shades of Medium Orchid #C236D7
Tints of Medium Orchid #C236D7
RGB
CMYK
RGB Variations
Color information
#C236D7 (or 0xC236D7) is known color: Medium Orchid. HEX triplet: C2, 36 and D7. RGB value is (194,54,215). Sum of RGB (Red+Green+Blue) = 194+54+215=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 54 (21.48% from 255 or 11.66% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #C236D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C236D7 is #3DC928. Grayscale: #717171. Windows color (decimal): -4049193 or 14104258. OLE color: 14104258.
HSL color Cylindrical-coordinate representation of color #C236D7: hue angle of 292.17º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C236D7 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 54 | 215 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.16 |
| HSL | 292.17º | 0.67% | 0.53% | - |
| HSV(B) | 292.17º | 0.75% | 0.84% | - |
| XYZ | 35.83 | 19.01 | 66.07 | - |
| YUV | 114.21 | 184.88 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 215 | 0.10 | 0.75 | 0 | 0.16 | 292.17 | 0.67 | 0.53 |
| Hex | C2 | 36 | D7 | A | 4B | 0 | 10 | 124 | 43 | 35 |
| Octal | 302 | 66 | 327 | 12 | 113 | 0 | 20 | 444 | 103 | 65 |
| Binary | 11000010 | 110110 | 11010111 | 1010 | 1001011 | 0 | 10000 | 100100100 | 1000011 | 110101 |
Color Harmonies of #C236D7
Complementary color
Monochromatic Colors of #C236D7
Black with #C236D7
Text Example
Text Example
White with #C236D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C236D7; }
p { color: rgb(194,54,215); }
H1.HeaderClassName
{
color: #C236D7;
}
.AnyTagClassName
{
color: #C236D7;
}
</style>
background-color css
<style>
a { background-color: #C236D7; }
a { background-color: rgb(194,54,215); }
div.DivClassName
{
background-color: #C236D7;
}
.BgClassName
{
background-color: #C236D7;
}
</style>
border-color css
<style>
span { border-color: #C236D7; }
span { border-color: rgb(194,54,215); }
td.TdClassName
{
border-color: #C236D7;
}
.TagClassName
{
border-color: #C236D7;
}
</style>