Shades of Medium Orchid #C946D9
Tints of Medium Orchid #C946D9
RGB
CMYK
RGB Variations
Color information
#C946D9 (or 0xC946D9) is known color: Medium Orchid. HEX triplet: C9, 46 and D9. RGB value is (201,70,217). Sum of RGB (Red+Green+Blue) = 201+70+217=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 70 (27.73% from 255 or 14.34% from 488); Blue value is 217 (85.16% from 255 or 44.47% from 488); Max value from RGB is 217 - color contains mainly: blue. Hex color #C946D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C946D9 is #36B926. Grayscale: #7D7D7D. Windows color (decimal): -3586343 or 14239433. OLE color: 14239433.
HSL color Cylindrical-coordinate representation of color #C946D9: hue angle of 293.47º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C946D9 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 70 | 217 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.15 |
| HSL | 293.47º | 0.66% | 0.56% | - |
| HSV(B) | 293.47º | 0.68% | 0.85% | - |
| XYZ | 38.8 | 21.81 | 67.81 | - |
| YUV | 125.93 | 179.4 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 217 | 0.07 | 0.68 | 0 | 0.15 | 293.47 | 0.66 | 0.56 |
| Hex | C9 | 46 | D9 | 7 | 44 | 0 | F | 125 | 42 | 38 |
| Octal | 311 | 106 | 331 | 7 | 104 | 0 | 17 | 445 | 102 | 70 |
| Binary | 11001001 | 1000110 | 11011001 | 111 | 1000100 | 0 | 1111 | 100100101 | 1000010 | 111000 |
Color Harmonies of #C946D9
Complementary color
Monochromatic Colors of #C946D9
Black with #C946D9
Text Example
Text Example
White with #C946D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C946D9; }
p { color: rgb(201,70,217); }
H1.HeaderClassName
{
color: #C946D9;
}
.AnyTagClassName
{
color: #C946D9;
}
</style>
background-color css
<style>
a { background-color: #C946D9; }
a { background-color: rgb(201,70,217); }
div.DivClassName
{
background-color: #C946D9;
}
.BgClassName
{
background-color: #C946D9;
}
</style>
border-color css
<style>
span { border-color: #C946D9; }
span { border-color: rgb(201,70,217); }
td.TdClassName
{
border-color: #C946D9;
}
.TagClassName
{
border-color: #C946D9;
}
</style>