Shades of Medium Orchid #C846EE
Tints of Medium Orchid #C846EE
RGB
CMYK
RGB Variations
Color information
#C846EE (or 0xC846EE) is known color: Medium Orchid. HEX triplet: C8, 46 and EE. RGB value is (200,70,238). Sum of RGB (Red+Green+Blue) = 200+70+238=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 70 (27.73% from 255 or 13.78% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #C846EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C846EE is #37B911. Grayscale: #7F7F7F. Windows color (decimal): -3651858 or 15615688. OLE color: 15615688.
HSL color Cylindrical-coordinate representation of color #C846EE: hue angle of 286.43º 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 #C846EE is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 70 | 238 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.07 |
| HSL | 286.43º | 0.83% | 0.6% | - |
| HSV(B) | 286.43º | 0.71% | 0.93% | - |
| XYZ | 41.44 | 22.83 | 83.11 | - |
| YUV | 128.02 | 190.07 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 238 | 0.16 | 0.71 | 0 | 0.07 | 286.43 | 0.83 | 0.6 |
| Hex | C8 | 46 | EE | 10 | 47 | 0 | 7 | 11E | 53 | 3C |
| Octal | 310 | 106 | 356 | 20 | 107 | 0 | 7 | 436 | 123 | 74 |
| Binary | 11001000 | 1000110 | 11101110 | 10000 | 1000111 | 0 | 111 | 100011110 | 1010011 | 111100 |
Color Harmonies of #C846EE
Complementary color
Monochromatic Colors of #C846EE
Black with #C846EE
Text Example
Text Example
White with #C846EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C846EE; }
p { color: rgb(200,70,238); }
H1.HeaderClassName
{
color: #C846EE;
}
.AnyTagClassName
{
color: #C846EE;
}
</style>
background-color css
<style>
a { background-color: #C846EE; }
a { background-color: rgb(200,70,238); }
div.DivClassName
{
background-color: #C846EE;
}
.BgClassName
{
background-color: #C846EE;
}
</style>
border-color css
<style>
span { border-color: #C846EE; }
span { border-color: rgb(200,70,238); }
td.TdClassName
{
border-color: #C846EE;
}
.TagClassName
{
border-color: #C846EE;
}
</style>