Shades of Medium Orchid #C650E9
Tints of Medium Orchid #C650E9
RGB
CMYK
RGB Variations
Color information
#C650E9 (or 0xC650E9) is known color: Medium Orchid. HEX triplet: C6, 50 and E9. RGB value is (198,80,233). Sum of RGB (Red+Green+Blue) = 198+80+233=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 233 (91.41% from 255 or 45.60% from 511); Max value from RGB is 233 - color contains mainly: blue. Hex color #C650E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C650E9 is #39AF16. Grayscale: #848484. Windows color (decimal): -3780375 or 15290566. OLE color: 15290566.
HSL color Cylindrical-coordinate representation of color #C650E9: hue angle of 286.27º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C650E9 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 80 | 233 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.09 |
| HSL | 286.27º | 0.78% | 0.61% | - |
| HSV(B) | 286.27º | 0.66% | 0.91% | - |
| XYZ | 40.87 | 23.63 | 79.5 | - |
| YUV | 132.72 | 184.59 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 233 | 0.15 | 0.66 | 0 | 0.09 | 286.27 | 0.78 | 0.61 |
| Hex | C6 | 50 | E9 | F | 42 | 0 | 9 | 11E | 4E | 3D |
| Octal | 306 | 120 | 351 | 17 | 102 | 0 | 11 | 436 | 116 | 75 |
| Binary | 11000110 | 1010000 | 11101001 | 1111 | 1000010 | 0 | 1001 | 100011110 | 1001110 | 111101 |
Color Harmonies of #C650E9
Complementary color
Monochromatic Colors of #C650E9
Black with #C650E9
Text Example
Text Example
White with #C650E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C650E9; }
p { color: rgb(198,80,233); }
H1.HeaderClassName
{
color: #C650E9;
}
.AnyTagClassName
{
color: #C650E9;
}
</style>
background-color css
<style>
a { background-color: #C650E9; }
a { background-color: rgb(198,80,233); }
div.DivClassName
{
background-color: #C650E9;
}
.BgClassName
{
background-color: #C650E9;
}
</style>
border-color css
<style>
span { border-color: #C650E9; }
span { border-color: rgb(198,80,233); }
td.TdClassName
{
border-color: #C650E9;
}
.TagClassName
{
border-color: #C650E9;
}
</style>