Shades of Medium Orchid #C941ED
Tints of Medium Orchid #C941ED
RGB
CMYK
RGB Variations
Color information
#C941ED (or 0xC941ED) is known color: Medium Orchid. HEX triplet: C9, 41 and ED. RGB value is (201,65,237). Sum of RGB (Red+Green+Blue) = 201+65+237=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 65 (25.78% from 255 or 12.92% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #C941ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C941ED is #36BE12. Grayscale: #7C7C7C. Windows color (decimal): -3587603 or 15548873. OLE color: 15548873.
HSL color Cylindrical-coordinate representation of color #C941ED: hue angle of 287.44º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C941ED is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 65 | 237 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.07 |
| HSL | 287.44º | 0.83% | 0.59% | - |
| HSV(B) | 287.44º | 0.73% | 0.93% | - |
| XYZ | 41.26 | 22.31 | 82.25 | - |
| YUV | 125.27 | 191.06 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 237 | 0.15 | 0.73 | 0 | 0.07 | 287.44 | 0.83 | 0.59 |
| Hex | C9 | 41 | ED | F | 49 | 0 | 7 | 11F | 53 | 3B |
| Octal | 311 | 101 | 355 | 17 | 111 | 0 | 7 | 437 | 123 | 73 |
| Binary | 11001001 | 1000001 | 11101101 | 1111 | 1001001 | 0 | 111 | 100011111 | 1010011 | 111011 |
Color Harmonies of #C941ED
Complementary color
Monochromatic Colors of #C941ED
Black with #C941ED
Text Example
Text Example
White with #C941ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C941ED; }
p { color: rgb(201,65,237); }
H1.HeaderClassName
{
color: #C941ED;
}
.AnyTagClassName
{
color: #C941ED;
}
</style>
background-color css
<style>
a { background-color: #C941ED; }
a { background-color: rgb(201,65,237); }
div.DivClassName
{
background-color: #C941ED;
}
.BgClassName
{
background-color: #C941ED;
}
</style>
border-color css
<style>
span { border-color: #C941ED; }
span { border-color: rgb(201,65,237); }
td.TdClassName
{
border-color: #C941ED;
}
.TagClassName
{
border-color: #C941ED;
}
</style>