Shades of Medium Orchid #C237CF
Tints of Medium Orchid #C237CF
RGB
CMYK
RGB Variations
Color information
#C237CF (or 0xC237CF) is known color: Medium Orchid. HEX triplet: C2, 37 and CF. RGB value is (194,55,207). Sum of RGB (Red+Green+Blue) = 194+55+207=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 55 (21.88% from 255 or 12.06% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #C237CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C237CF is #3DC830. Grayscale: #717171. Windows color (decimal): -4048945 or 13580226. OLE color: 13580226.
HSL color Cylindrical-coordinate representation of color #C237CF: hue angle of 294.87º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C237CF is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 55 | 207 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.19 |
| HSL | 294.87º | 0.61% | 0.51% | - |
| HSV(B) | 294.87º | 0.73% | 0.81% | - |
| XYZ | 34.88 | 18.71 | 60.8 | - |
| YUV | 113.89 | 180.55 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 207 | 0.06 | 0.73 | 0 | 0.19 | 294.87 | 0.61 | 0.51 |
| Hex | C2 | 37 | CF | 6 | 49 | 0 | 13 | 127 | 3D | 33 |
| Octal | 302 | 67 | 317 | 6 | 111 | 0 | 23 | 447 | 75 | 63 |
| Binary | 11000010 | 110111 | 11001111 | 110 | 1001001 | 0 | 10011 | 100100111 | 111101 | 110011 |
Color Harmonies of #C237CF
Complementary color
Monochromatic Colors of #C237CF
Black with #C237CF
Text Example
Text Example
White with #C237CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C237CF; }
p { color: rgb(194,55,207); }
H1.HeaderClassName
{
color: #C237CF;
}
.AnyTagClassName
{
color: #C237CF;
}
</style>
background-color css
<style>
a { background-color: #C237CF; }
a { background-color: rgb(194,55,207); }
div.DivClassName
{
background-color: #C237CF;
}
.BgClassName
{
background-color: #C237CF;
}
</style>
border-color css
<style>
span { border-color: #C237CF; }
span { border-color: rgb(194,55,207); }
td.TdClassName
{
border-color: #C237CF;
}
.TagClassName
{
border-color: #C237CF;
}
</style>