Shades of Medium Orchid #C941D5
Tints of Medium Orchid #C941D5
RGB
CMYK
RGB Variations
Color information
#C941D5 (or 0xC941D5) is known color: Medium Orchid. HEX triplet: C9, 41 and D5. RGB value is (201,65,213). Sum of RGB (Red+Green+Blue) = 201+65+213=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 213 - color contains mainly: blue. Hex color #C941D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C941D5 is #36BE2A. Grayscale: #7A7A7A. Windows color (decimal): -3587627 or 13976009. OLE color: 13976009.
HSL color Cylindrical-coordinate representation of color #C941D5: hue angle of 295.14º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C941D5 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 65 | 213 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.16 |
| HSL | 295.14º | 0.64% | 0.55% | - |
| HSV(B) | 295.14º | 0.69% | 0.84% | - |
| XYZ | 37.99 | 21 | 65 | - |
| YUV | 122.54 | 179.06 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 213 | 0.06 | 0.69 | 0 | 0.16 | 295.14 | 0.64 | 0.55 |
| Hex | C9 | 41 | D5 | 6 | 45 | 0 | 10 | 127 | 40 | 37 |
| Octal | 311 | 101 | 325 | 6 | 105 | 0 | 20 | 447 | 100 | 67 |
| Binary | 11001001 | 1000001 | 11010101 | 110 | 1000101 | 0 | 10000 | 100100111 | 1000000 | 110111 |
Color Harmonies of #C941D5
Complementary color
Monochromatic Colors of #C941D5
Black with #C941D5
Text Example
Text Example
White with #C941D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C941D5; }
p { color: rgb(201,65,213); }
H1.HeaderClassName
{
color: #C941D5;
}
.AnyTagClassName
{
color: #C941D5;
}
</style>
background-color css
<style>
a { background-color: #C941D5; }
a { background-color: rgb(201,65,213); }
div.DivClassName
{
background-color: #C941D5;
}
.BgClassName
{
background-color: #C941D5;
}
</style>
border-color css
<style>
span { border-color: #C941D5; }
span { border-color: rgb(201,65,213); }
td.TdClassName
{
border-color: #C941D5;
}
.TagClassName
{
border-color: #C941D5;
}
</style>