Shades of Medium Orchid #C237F1
Tints of Medium Orchid #C237F1
RGB
CMYK
RGB Variations
Color information
#C237F1 (or 0xC237F1) is known color: Medium Orchid. HEX triplet: C2, 37 and F1. RGB value is (194,55,241). Sum of RGB (Red+Green+Blue) = 194+55+241=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 55 (21.88% from 255 or 11.22% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #C237F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C237F1 is #3DC80E. Grayscale: #757575. Windows color (decimal): -4048911 or 15808450. OLE color: 15808450.
HSL color Cylindrical-coordinate representation of color #C237F1: hue angle of 284.84º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C237F1 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 55 | 241 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.05 |
| HSL | 284.84º | 0.87% | 0.58% | - |
| HSV(B) | 284.84º | 0.77% | 0.95% | - |
| XYZ | 39.49 | 20.55 | 85.1 | - |
| YUV | 117.77 | 197.55 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 241 | 0.20 | 0.77 | 0 | 0.05 | 284.84 | 0.87 | 0.58 |
| Hex | C2 | 37 | F1 | 14 | 4D | 0 | 5 | 11D | 57 | 3A |
| Octal | 302 | 67 | 361 | 24 | 115 | 0 | 5 | 435 | 127 | 72 |
| Binary | 11000010 | 110111 | 11110001 | 10100 | 1001101 | 0 | 101 | 100011101 | 1010111 | 111010 |
Color Harmonies of #C237F1
Complementary color
Monochromatic Colors of #C237F1
Black with #C237F1
Text Example
Text Example
White with #C237F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C237F1; }
p { color: rgb(194,55,241); }
H1.HeaderClassName
{
color: #C237F1;
}
.AnyTagClassName
{
color: #C237F1;
}
</style>
background-color css
<style>
a { background-color: #C237F1; }
a { background-color: rgb(194,55,241); }
div.DivClassName
{
background-color: #C237F1;
}
.BgClassName
{
background-color: #C237F1;
}
</style>
border-color css
<style>
span { border-color: #C237F1; }
span { border-color: rgb(194,55,241); }
td.TdClassName
{
border-color: #C237F1;
}
.TagClassName
{
border-color: #C237F1;
}
</style>