Shades of Medium Orchid #C236E0
Tints of Medium Orchid #C236E0
RGB
CMYK
RGB Variations
Color information
#C236E0 (or 0xC236E0) is known color: Medium Orchid. HEX triplet: C2, 36 and E0. RGB value is (194,54,224). Sum of RGB (Red+Green+Blue) = 194+54+224=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 54 (21.48% from 255 or 11.44% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #C236E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C236E0 is #3DC91F. Grayscale: #727272. Windows color (decimal): -4049184 or 14694082. OLE color: 14694082.
HSL color Cylindrical-coordinate representation of color #C236E0: hue angle of 289.41º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C236E0 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 54 | 224 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.12 |
| HSL | 289.41º | 0.73% | 0.55% | - |
| HSV(B) | 289.41º | 0.76% | 0.88% | - |
| XYZ | 37.02 | 19.49 | 72.33 | - |
| YUV | 115.24 | 189.38 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 224 | 0.13 | 0.76 | 0 | 0.12 | 289.41 | 0.73 | 0.55 |
| Hex | C2 | 36 | E0 | D | 4C | 0 | C | 121 | 49 | 37 |
| Octal | 302 | 66 | 340 | 15 | 114 | 0 | 14 | 441 | 111 | 67 |
| Binary | 11000010 | 110110 | 11100000 | 1101 | 1001100 | 0 | 1100 | 100100001 | 1001001 | 110111 |
Color Harmonies of #C236E0
Complementary color
Monochromatic Colors of #C236E0
Black with #C236E0
Text Example
Text Example
White with #C236E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C236E0; }
p { color: rgb(194,54,224); }
H1.HeaderClassName
{
color: #C236E0;
}
.AnyTagClassName
{
color: #C236E0;
}
</style>
background-color css
<style>
a { background-color: #C236E0; }
a { background-color: rgb(194,54,224); }
div.DivClassName
{
background-color: #C236E0;
}
.BgClassName
{
background-color: #C236E0;
}
</style>
border-color css
<style>
span { border-color: #C236E0; }
span { border-color: rgb(194,54,224); }
td.TdClassName
{
border-color: #C236E0;
}
.TagClassName
{
border-color: #C236E0;
}
</style>