Shades of Medium Orchid #C640EB
Tints of Medium Orchid #C640EB
RGB
CMYK
RGB Variations
Color information
#C640EB (or 0xC640EB) is known color: Medium Orchid. HEX triplet: C6, 40 and EB. RGB value is (198,64,235). Sum of RGB (Red+Green+Blue) = 198+64+235=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 64 (25.39% from 255 or 12.88% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #C640EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C640EB is #39BF14. Grayscale: #7B7B7B. Windows color (decimal): -3784469 or 15417542. OLE color: 15417542.
HSL color Cylindrical-coordinate representation of color #C640EB: hue angle of 287.02º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C640EB is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 64 | 235 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.08 |
| HSL | 287.02º | 0.81% | 0.59% | - |
| HSV(B) | 287.02º | 0.73% | 0.92% | - |
| XYZ | 40.12 | 21.67 | 80.67 | - |
| YUV | 123.56 | 190.89 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 235 | 0.16 | 0.73 | 0 | 0.08 | 287.02 | 0.81 | 0.59 |
| Hex | C6 | 40 | EB | 10 | 49 | 0 | 8 | 11F | 51 | 3B |
| Octal | 306 | 100 | 353 | 20 | 111 | 0 | 10 | 437 | 121 | 73 |
| Binary | 11000110 | 1000000 | 11101011 | 10000 | 1001001 | 0 | 1000 | 100011111 | 1010001 | 111011 |
Color Harmonies of #C640EB
Complementary color
Monochromatic Colors of #C640EB
Black with #C640EB
Text Example
Text Example
White with #C640EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C640EB; }
p { color: rgb(198,64,235); }
H1.HeaderClassName
{
color: #C640EB;
}
.AnyTagClassName
{
color: #C640EB;
}
</style>
background-color css
<style>
a { background-color: #C640EB; }
a { background-color: rgb(198,64,235); }
div.DivClassName
{
background-color: #C640EB;
}
.BgClassName
{
background-color: #C640EB;
}
</style>
border-color css
<style>
span { border-color: #C640EB; }
span { border-color: rgb(198,64,235); }
td.TdClassName
{
border-color: #C640EB;
}
.TagClassName
{
border-color: #C640EB;
}
</style>