Shades of Medium Orchid #C941DC
Tints of Medium Orchid #C941DC
RGB
CMYK
RGB Variations
Color information
#C941DC (or 0xC941DC) is known color: Medium Orchid. HEX triplet: C9, 41 and DC. RGB value is (201,65,220). Sum of RGB (Red+Green+Blue) = 201+65+220=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 65 (25.78% from 255 or 13.37% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #C941DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C941DC is #36BE23. Grayscale: #7A7A7A. Windows color (decimal): -3587620 or 14434761. OLE color: 14434761.
HSL color Cylindrical-coordinate representation of color #C941DC: hue angle of 292.65º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C941DC is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 65 | 220 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.14 |
| HSL | 292.65º | 0.69% | 0.56% | - |
| HSV(B) | 292.65º | 0.7% | 0.86% | - |
| XYZ | 38.9 | 21.37 | 69.78 | - |
| YUV | 123.33 | 182.56 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 220 | 0.09 | 0.70 | 0 | 0.14 | 292.65 | 0.69 | 0.56 |
| Hex | C9 | 41 | DC | 9 | 46 | 0 | E | 125 | 45 | 38 |
| Octal | 311 | 101 | 334 | 11 | 106 | 0 | 16 | 445 | 105 | 70 |
| Binary | 11001001 | 1000001 | 11011100 | 1001 | 1000110 | 0 | 1110 | 100100101 | 1000101 | 111000 |
Color Harmonies of #C941DC
Complementary color
Monochromatic Colors of #C941DC
Black with #C941DC
Text Example
Text Example
White with #C941DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C941DC; }
p { color: rgb(201,65,220); }
H1.HeaderClassName
{
color: #C941DC;
}
.AnyTagClassName
{
color: #C941DC;
}
</style>
background-color css
<style>
a { background-color: #C941DC; }
a { background-color: rgb(201,65,220); }
div.DivClassName
{
background-color: #C941DC;
}
.BgClassName
{
background-color: #C941DC;
}
</style>
border-color css
<style>
span { border-color: #C941DC; }
span { border-color: rgb(201,65,220); }
td.TdClassName
{
border-color: #C941DC;
}
.TagClassName
{
border-color: #C941DC;
}
</style>