Shades of Medium Orchid #C238E0
Tints of Medium Orchid #C238E0
RGB
CMYK
RGB Variations
Color information
#C238E0 (or 0xC238E0) is known color: Medium Orchid. HEX triplet: C2, 38 and E0. RGB value is (194,56,224). Sum of RGB (Red+Green+Blue) = 194+56+224=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 56 (22.27% from 255 or 11.81% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #C238E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C238E0 is #3DC71F. Grayscale: #737373. Windows color (decimal): -4048672 or 14694594. OLE color: 14694594.
HSL color Cylindrical-coordinate representation of color #C238E0: hue angle of 289.29º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C238E0 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 56 | 224 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.12 |
| HSL | 289.29º | 0.73% | 0.55% | - |
| HSV(B) | 289.29º | 0.75% | 0.88% | - |
| XYZ | 37.12 | 19.68 | 72.36 | - |
| YUV | 116.41 | 188.72 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 224 | 0.13 | 0.75 | 0 | 0.12 | 289.29 | 0.73 | 0.55 |
| Hex | C2 | 38 | E0 | D | 4B | 0 | C | 121 | 49 | 37 |
| Octal | 302 | 70 | 340 | 15 | 113 | 0 | 14 | 441 | 111 | 67 |
| Binary | 11000010 | 111000 | 11100000 | 1101 | 1001011 | 0 | 1100 | 100100001 | 1001001 | 110111 |
Color Harmonies of #C238E0
Complementary color
Monochromatic Colors of #C238E0
Black with #C238E0
Text Example
Text Example
White with #C238E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C238E0; }
p { color: rgb(194,56,224); }
H1.HeaderClassName
{
color: #C238E0;
}
.AnyTagClassName
{
color: #C238E0;
}
</style>
background-color css
<style>
a { background-color: #C238E0; }
a { background-color: rgb(194,56,224); }
div.DivClassName
{
background-color: #C238E0;
}
.BgClassName
{
background-color: #C238E0;
}
</style>
border-color css
<style>
span { border-color: #C238E0; }
span { border-color: rgb(194,56,224); }
td.TdClassName
{
border-color: #C238E0;
}
.TagClassName
{
border-color: #C238E0;
}
</style>