Shades of Medium Orchid #C650EB
Tints of Medium Orchid #C650EB
RGB
CMYK
RGB Variations
Color information
#C650EB (or 0xC650EB) is known color: Medium Orchid. HEX triplet: C6, 50 and EB. RGB value is (198,80,235). Sum of RGB (Red+Green+Blue) = 198+80+235=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #C650EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C650EB is #39AF14. Grayscale: #848484. Windows color (decimal): -3780373 or 15421638. OLE color: 15421638.
HSL color Cylindrical-coordinate representation of color #C650EB: hue angle of 285.68º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C650EB is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 80 | 235 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.08 |
| HSL | 285.68º | 0.79% | 0.62% | - |
| HSV(B) | 285.68º | 0.66% | 0.92% | - |
| XYZ | 41.15 | 23.74 | 81.01 | - |
| YUV | 132.95 | 185.59 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 235 | 0.16 | 0.66 | 0 | 0.08 | 285.68 | 0.79 | 0.62 |
| Hex | C6 | 50 | EB | 10 | 42 | 0 | 8 | 11E | 4F | 3E |
| Octal | 306 | 120 | 353 | 20 | 102 | 0 | 10 | 436 | 117 | 76 |
| Binary | 11000110 | 1010000 | 11101011 | 10000 | 1000010 | 0 | 1000 | 100011110 | 1001111 | 111110 |
Color Harmonies of #C650EB
Complementary color
Monochromatic Colors of #C650EB
Black with #C650EB
Text Example
Text Example
White with #C650EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C650EB; }
p { color: rgb(198,80,235); }
H1.HeaderClassName
{
color: #C650EB;
}
.AnyTagClassName
{
color: #C650EB;
}
</style>
background-color css
<style>
a { background-color: #C650EB; }
a { background-color: rgb(198,80,235); }
div.DivClassName
{
background-color: #C650EB;
}
.BgClassName
{
background-color: #C650EB;
}
</style>
border-color css
<style>
span { border-color: #C650EB; }
span { border-color: rgb(198,80,235); }
td.TdClassName
{
border-color: #C650EB;
}
.TagClassName
{
border-color: #C650EB;
}
</style>