Shades of Medium Orchid #C238EB
Tints of Medium Orchid #C238EB
RGB
CMYK
RGB Variations
Color information
#C238EB (or 0xC238EB) is known color: Medium Orchid. HEX triplet: C2, 38 and EB. RGB value is (194,56,235). Sum of RGB (Red+Green+Blue) = 194+56+235=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 56 (22.27% from 255 or 11.55% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #C238EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C238EB is #3DC714. Grayscale: #757575. Windows color (decimal): -4048661 or 15415490. OLE color: 15415490.
HSL color Cylindrical-coordinate representation of color #C238EB: hue angle of 286.26º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C238EB is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 56 | 235 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.08 |
| HSL | 286.26º | 0.82% | 0.57% | - |
| HSV(B) | 286.26º | 0.76% | 0.92% | - |
| XYZ | 38.66 | 20.3 | 80.48 | - |
| YUV | 117.67 | 194.22 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 235 | 0.17 | 0.76 | 0 | 0.08 | 286.26 | 0.82 | 0.57 |
| Hex | C2 | 38 | EB | 11 | 4C | 0 | 8 | 11E | 52 | 39 |
| Octal | 302 | 70 | 353 | 21 | 114 | 0 | 10 | 436 | 122 | 71 |
| Binary | 11000010 | 111000 | 11101011 | 10001 | 1001100 | 0 | 1000 | 100011110 | 1010010 | 111001 |
Color Harmonies of #C238EB
Complementary color
Monochromatic Colors of #C238EB
Black with #C238EB
Text Example
Text Example
White with #C238EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C238EB; }
p { color: rgb(194,56,235); }
H1.HeaderClassName
{
color: #C238EB;
}
.AnyTagClassName
{
color: #C238EB;
}
</style>
background-color css
<style>
a { background-color: #C238EB; }
a { background-color: rgb(194,56,235); }
div.DivClassName
{
background-color: #C238EB;
}
.BgClassName
{
background-color: #C238EB;
}
</style>
border-color css
<style>
span { border-color: #C238EB; }
span { border-color: rgb(194,56,235); }
td.TdClassName
{
border-color: #C238EB;
}
.TagClassName
{
border-color: #C238EB;
}
</style>