Shades of Medium Orchid #C237D8
Tints of Medium Orchid #C237D8
RGB
CMYK
RGB Variations
Color information
#C237D8 (or 0xC237D8) is known color: Medium Orchid. HEX triplet: C2, 37 and D8. RGB value is (194,55,216). Sum of RGB (Red+Green+Blue) = 194+55+216=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 55 (21.88% from 255 or 11.83% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 216 - color contains mainly: blue. Hex color #C237D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C237D8 is #3DC827. Grayscale: #727272. Windows color (decimal): -4048936 or 14170050. OLE color: 14170050.
HSL color Cylindrical-coordinate representation of color #C237D8: hue angle of 291.8º degrees, saturation: 0.67, 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 #C237D8 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 55 | 216 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.15 |
| HSL | 291.8º | 0.67% | 0.53% | - |
| HSV(B) | 291.8º | 0.75% | 0.85% | - |
| XYZ | 36.01 | 19.16 | 66.77 | - |
| YUV | 114.92 | 185.05 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 216 | 0.10 | 0.75 | 0 | 0.15 | 291.8 | 0.67 | 0.53 |
| Hex | C2 | 37 | D8 | A | 4B | 0 | F | 124 | 43 | 35 |
| Octal | 302 | 67 | 330 | 12 | 113 | 0 | 17 | 444 | 103 | 65 |
| Binary | 11000010 | 110111 | 11011000 | 1010 | 1001011 | 0 | 1111 | 100100100 | 1000011 | 110101 |
Color Harmonies of #C237D8
Complementary color
Monochromatic Colors of #C237D8
Black with #C237D8
Text Example
Text Example
White with #C237D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C237D8; }
p { color: rgb(194,55,216); }
H1.HeaderClassName
{
color: #C237D8;
}
.AnyTagClassName
{
color: #C237D8;
}
</style>
background-color css
<style>
a { background-color: #C237D8; }
a { background-color: rgb(194,55,216); }
div.DivClassName
{
background-color: #C237D8;
}
.BgClassName
{
background-color: #C237D8;
}
</style>
border-color css
<style>
span { border-color: #C237D8; }
span { border-color: rgb(194,55,216); }
td.TdClassName
{
border-color: #C237D8;
}
.TagClassName
{
border-color: #C237D8;
}
</style>