Shades of Medium Orchid #C946EC
Tints of Medium Orchid #C946EC
RGB
CMYK
RGB Variations
Color information
#C946EC (or 0xC946EC) is known color: Medium Orchid. HEX triplet: C9, 46 and EC. RGB value is (201,70,236). Sum of RGB (Red+Green+Blue) = 201+70+236=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 70 (27.73% from 255 or 13.81% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #C946EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C946EC is #36B913. Grayscale: #7F7F7F. Windows color (decimal): -3586324 or 15484617. OLE color: 15484617.
HSL color Cylindrical-coordinate representation of color #C946EC: hue angle of 287.35º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C946EC is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 70 | 236 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.07 |
| HSL | 287.35º | 0.81% | 0.6% | - |
| HSV(B) | 287.35º | 0.7% | 0.93% | - |
| XYZ | 41.42 | 22.85 | 81.59 | - |
| YUV | 128.09 | 188.9 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 236 | 0.15 | 0.70 | 0 | 0.07 | 287.35 | 0.81 | 0.6 |
| Hex | C9 | 46 | EC | F | 46 | 0 | 7 | 11F | 51 | 3C |
| Octal | 311 | 106 | 354 | 17 | 106 | 0 | 7 | 437 | 121 | 74 |
| Binary | 11001001 | 1000110 | 11101100 | 1111 | 1000110 | 0 | 111 | 100011111 | 1010001 | 111100 |
Color Harmonies of #C946EC
Complementary color
Monochromatic Colors of #C946EC
Black with #C946EC
Text Example
Text Example
White with #C946EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C946EC; }
p { color: rgb(201,70,236); }
H1.HeaderClassName
{
color: #C946EC;
}
.AnyTagClassName
{
color: #C946EC;
}
</style>
background-color css
<style>
a { background-color: #C946EC; }
a { background-color: rgb(201,70,236); }
div.DivClassName
{
background-color: #C946EC;
}
.BgClassName
{
background-color: #C946EC;
}
</style>
border-color css
<style>
span { border-color: #C946EC; }
span { border-color: rgb(201,70,236); }
td.TdClassName
{
border-color: #C946EC;
}
.TagClassName
{
border-color: #C946EC;
}
</style>