Shades of Medium Orchid #C938E1
Tints of Medium Orchid #C938E1
RGB
CMYK
RGB Variations
Color information
#C938E1 (or 0xC938E1) is known color: Medium Orchid. HEX triplet: C9, 38 and E1. RGB value is (201,56,225). Sum of RGB (Red+Green+Blue) = 201+56+225=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #C938E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C938E1 is #36C71E. Grayscale: #767676. Windows color (decimal): -3589919 or 14760137. OLE color: 14760137.
HSL color Cylindrical-coordinate representation of color #C938E1: hue angle of 291.48º degrees, saturation: 0.74, 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 #C938E1 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 56 | 225 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.12 |
| HSL | 291.48º | 0.74% | 0.55% | - |
| HSV(B) | 291.48º | 0.75% | 0.88% | - |
| XYZ | 39.09 | 20.68 | 73.17 | - |
| YUV | 118.62 | 188.04 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 225 | 0.11 | 0.75 | 0 | 0.12 | 291.48 | 0.74 | 0.55 |
| Hex | C9 | 38 | E1 | B | 4B | 0 | C | 123 | 4A | 37 |
| Octal | 311 | 70 | 341 | 13 | 113 | 0 | 14 | 443 | 112 | 67 |
| Binary | 11001001 | 111000 | 11100001 | 1011 | 1001011 | 0 | 1100 | 100100011 | 1001010 | 110111 |
Color Harmonies of #C938E1
Complementary color
Monochromatic Colors of #C938E1
Black with #C938E1
Text Example
Text Example
White with #C938E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C938E1; }
p { color: rgb(201,56,225); }
H1.HeaderClassName
{
color: #C938E1;
}
.AnyTagClassName
{
color: #C938E1;
}
</style>
background-color css
<style>
a { background-color: #C938E1; }
a { background-color: rgb(201,56,225); }
div.DivClassName
{
background-color: #C938E1;
}
.BgClassName
{
background-color: #C938E1;
}
</style>
border-color css
<style>
span { border-color: #C938E1; }
span { border-color: rgb(201,56,225); }
td.TdClassName
{
border-color: #C938E1;
}
.TagClassName
{
border-color: #C938E1;
}
</style>