Shades of Medium Orchid #C946EE
Tints of Medium Orchid #C946EE
RGB
CMYK
RGB Variations
Color information
#C946EE (or 0xC946EE) is known color: Medium Orchid. HEX triplet: C9, 46 and EE. RGB value is (201,70,238). Sum of RGB (Red+Green+Blue) = 201+70+238=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 70 (27.73% from 255 or 13.75% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #C946EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C946EE is #36B911. Grayscale: #7F7F7F. Windows color (decimal): -3586322 or 15615689. OLE color: 15615689.
HSL color Cylindrical-coordinate representation of color #C946EE: hue angle of 286.79º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C946EE is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 70 | 238 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.07 |
| HSL | 286.79º | 0.83% | 0.6% | - |
| HSV(B) | 286.79º | 0.71% | 0.93% | - |
| XYZ | 41.71 | 22.97 | 83.12 | - |
| YUV | 128.32 | 189.9 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 238 | 0.16 | 0.71 | 0 | 0.07 | 286.79 | 0.83 | 0.6 |
| Hex | C9 | 46 | EE | 10 | 47 | 0 | 7 | 11F | 53 | 3C |
| Octal | 311 | 106 | 356 | 20 | 107 | 0 | 7 | 437 | 123 | 74 |
| Binary | 11001001 | 1000110 | 11101110 | 10000 | 1000111 | 0 | 111 | 100011111 | 1010011 | 111100 |
Color Harmonies of #C946EE
Complementary color
Monochromatic Colors of #C946EE
Black with #C946EE
Text Example
Text Example
White with #C946EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C946EE; }
p { color: rgb(201,70,238); }
H1.HeaderClassName
{
color: #C946EE;
}
.AnyTagClassName
{
color: #C946EE;
}
</style>
background-color css
<style>
a { background-color: #C946EE; }
a { background-color: rgb(201,70,238); }
div.DivClassName
{
background-color: #C946EE;
}
.BgClassName
{
background-color: #C946EE;
}
</style>
border-color css
<style>
span { border-color: #C946EE; }
span { border-color: rgb(201,70,238); }
td.TdClassName
{
border-color: #C946EE;
}
.TagClassName
{
border-color: #C946EE;
}
</style>