Shades of Medium Orchid #C938F3
Tints of Medium Orchid #C938F3
RGB
CMYK
RGB Variations
Color information
#C938F3 (or 0xC938F3) is known color: Medium Orchid. HEX triplet: C9, 38 and F3. RGB value is (201,56,243). Sum of RGB (Red+Green+Blue) = 201+56+243=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 56 (22.27% from 255 or 11.2% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #C938F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C938F3 is #36C70C. Grayscale: #787878. Windows color (decimal): -3589901 or 15939785. OLE color: 15939785.
HSL color Cylindrical-coordinate representation of color #C938F3: hue angle of 286.52º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C938F3 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 56 | 243 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.05 |
| HSL | 286.52º | 0.89% | 0.59% | - |
| HSV(B) | 286.52º | 0.77% | 0.95% | - |
| XYZ | 41.68 | 21.72 | 86.79 | - |
| YUV | 120.67 | 197.04 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 243 | 0.17 | 0.77 | 0 | 0.05 | 286.52 | 0.89 | 0.59 |
| Hex | C9 | 38 | F3 | 11 | 4D | 0 | 5 | 11F | 59 | 3B |
| Octal | 311 | 70 | 363 | 21 | 115 | 0 | 5 | 437 | 131 | 73 |
| Binary | 11001001 | 111000 | 11110011 | 10001 | 1001101 | 0 | 101 | 100011111 | 1011001 | 111011 |
Color Harmonies of #C938F3
Complementary color
Monochromatic Colors of #C938F3
Black with #C938F3
Text Example
Text Example
White with #C938F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C938F3; }
p { color: rgb(201,56,243); }
H1.HeaderClassName
{
color: #C938F3;
}
.AnyTagClassName
{
color: #C938F3;
}
</style>
background-color css
<style>
a { background-color: #C938F3; }
a { background-color: rgb(201,56,243); }
div.DivClassName
{
background-color: #C938F3;
}
.BgClassName
{
background-color: #C938F3;
}
</style>
border-color css
<style>
span { border-color: #C938F3; }
span { border-color: rgb(201,56,243); }
td.TdClassName
{
border-color: #C938F3;
}
.TagClassName
{
border-color: #C938F3;
}
</style>