Shades of Medium Orchid #C946E0
Tints of Medium Orchid #C946E0
RGB
CMYK
RGB Variations
Color information
#C946E0 (or 0xC946E0) is known color: Medium Orchid. HEX triplet: C9, 46 and E0. RGB value is (201,70,224). Sum of RGB (Red+Green+Blue) = 201+70+224=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 70 (27.73% from 255 or 14.14% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #C946E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C946E0 is #36B91F. Grayscale: #7E7E7E. Windows color (decimal): -3586336 or 14698185. OLE color: 14698185.
HSL color Cylindrical-coordinate representation of color #C946E0: hue angle of 291.04º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C946E0 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 70 | 224 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.12 |
| HSL | 291.04º | 0.71% | 0.58% | - |
| HSV(B) | 291.04º | 0.69% | 0.88% | - |
| XYZ | 39.73 | 22.18 | 72.71 | - |
| YUV | 126.73 | 182.9 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 224 | 0.10 | 0.69 | 0 | 0.12 | 291.04 | 0.71 | 0.58 |
| Hex | C9 | 46 | E0 | A | 45 | 0 | C | 123 | 47 | 3A |
| Octal | 311 | 106 | 340 | 12 | 105 | 0 | 14 | 443 | 107 | 72 |
| Binary | 11001001 | 1000110 | 11100000 | 1010 | 1000101 | 0 | 1100 | 100100011 | 1000111 | 111010 |
Color Harmonies of #C946E0
Complementary color
Monochromatic Colors of #C946E0
Black with #C946E0
Text Example
Text Example
White with #C946E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C946E0; }
p { color: rgb(201,70,224); }
H1.HeaderClassName
{
color: #C946E0;
}
.AnyTagClassName
{
color: #C946E0;
}
</style>
background-color css
<style>
a { background-color: #C946E0; }
a { background-color: rgb(201,70,224); }
div.DivClassName
{
background-color: #C946E0;
}
.BgClassName
{
background-color: #C946E0;
}
</style>
border-color css
<style>
span { border-color: #C946E0; }
span { border-color: rgb(201,70,224); }
td.TdClassName
{
border-color: #C946E0;
}
.TagClassName
{
border-color: #C946E0;
}
</style>