Shades of Medium Orchid #C64FEB
Tints of Medium Orchid #C64FEB
RGB
CMYK
RGB Variations
Color information
#C64FEB (or 0xC64FEB) is known color: Medium Orchid. HEX triplet: C6, 4F and EB. RGB value is (198,79,235). Sum of RGB (Red+Green+Blue) = 198+79+235=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 79 (31.25% from 255 or 15.43% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #C64FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64FEB is #39B014. Grayscale: #838383. Windows color (decimal): -3780629 or 15421382. OLE color: 15421382.
HSL color Cylindrical-coordinate representation of color #C64FEB: hue angle of 285.77º degrees, saturation: 0.8, 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 #C64FEB is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 79 | 235 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.08 |
| HSL | 285.77º | 0.8% | 0.62% | - |
| HSV(B) | 285.77º | 0.66% | 0.92% | - |
| XYZ | 41.08 | 23.6 | 80.99 | - |
| YUV | 132.37 | 185.92 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 235 | 0.16 | 0.66 | 0 | 0.08 | 285.77 | 0.8 | 0.62 |
| Hex | C6 | 4F | EB | 10 | 42 | 0 | 8 | 11E | 50 | 3E |
| Octal | 306 | 117 | 353 | 20 | 102 | 0 | 10 | 436 | 120 | 76 |
| Binary | 11000110 | 1001111 | 11101011 | 10000 | 1000010 | 0 | 1000 | 100011110 | 1010000 | 111110 |
Color Harmonies of #C64FEB
Complementary color
Monochromatic Colors of #C64FEB
Black with #C64FEB
Text Example
Text Example
White with #C64FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64FEB; }
p { color: rgb(198,79,235); }
H1.HeaderClassName
{
color: #C64FEB;
}
.AnyTagClassName
{
color: #C64FEB;
}
</style>
background-color css
<style>
a { background-color: #C64FEB; }
a { background-color: rgb(198,79,235); }
div.DivClassName
{
background-color: #C64FEB;
}
.BgClassName
{
background-color: #C64FEB;
}
</style>
border-color css
<style>
span { border-color: #C64FEB; }
span { border-color: rgb(198,79,235); }
td.TdClassName
{
border-color: #C64FEB;
}
.TagClassName
{
border-color: #C64FEB;
}
</style>