Shades of Medium Orchid #C938EC
Tints of Medium Orchid #C938EC
RGB
CMYK
RGB Variations
Color information
#C938EC (or 0xC938EC) is known color: Medium Orchid. HEX triplet: C9, 38 and EC. RGB value is (201,56,236). Sum of RGB (Red+Green+Blue) = 201+56+236=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 56 (22.27% from 255 or 11.36% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #C938EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C938EC is #36C713. Grayscale: #777777. Windows color (decimal): -3589908 or 15481033. OLE color: 15481033.
HSL color Cylindrical-coordinate representation of color #C938EC: hue angle of 288.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C938EC is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 56 | 236 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.07 |
| HSL | 288.33º | 0.83% | 0.57% | - |
| HSV(B) | 288.33º | 0.76% | 0.93% | - |
| XYZ | 40.64 | 21.3 | 81.33 | - |
| YUV | 119.88 | 193.54 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 236 | 0.15 | 0.76 | 0 | 0.07 | 288.33 | 0.83 | 0.57 |
| Hex | C9 | 38 | EC | F | 4C | 0 | 7 | 120 | 53 | 39 |
| Octal | 311 | 70 | 354 | 17 | 114 | 0 | 7 | 440 | 123 | 71 |
| Binary | 11001001 | 111000 | 11101100 | 1111 | 1001100 | 0 | 111 | 100100000 | 1010011 | 111001 |
Color Harmonies of #C938EC
Complementary color
Monochromatic Colors of #C938EC
Black with #C938EC
Text Example
Text Example
White with #C938EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C938EC; }
p { color: rgb(201,56,236); }
H1.HeaderClassName
{
color: #C938EC;
}
.AnyTagClassName
{
color: #C938EC;
}
</style>
background-color css
<style>
a { background-color: #C938EC; }
a { background-color: rgb(201,56,236); }
div.DivClassName
{
background-color: #C938EC;
}
.BgClassName
{
background-color: #C938EC;
}
</style>
border-color css
<style>
span { border-color: #C938EC; }
span { border-color: rgb(201,56,236); }
td.TdClassName
{
border-color: #C938EC;
}
.TagClassName
{
border-color: #C938EC;
}
</style>