Shades of Medium Orchid #C64BEB
Tints of Medium Orchid #C64BEB
RGB
CMYK
RGB Variations
Color information
#C64BEB (or 0xC64BEB) is known color: Medium Orchid. HEX triplet: C6, 4B and EB. RGB value is (198,75,235). Sum of RGB (Red+Green+Blue) = 198+75+235=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 75 (29.69% from 255 or 14.76% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #C64BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64BEB is #39B414. Grayscale: #818181. Windows color (decimal): -3781653 or 15420358. OLE color: 15420358.
HSL color Cylindrical-coordinate representation of color #C64BEB: hue angle of 286.12º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64BEB is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 75 | 235 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.08 |
| HSL | 286.13º | 0.8% | 0.61% | - |
| HSV(B) | 286.13º | 0.68% | 0.92% | - |
| XYZ | 40.8 | 23.04 | 80.89 | - |
| YUV | 130.02 | 187.25 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 235 | 0.16 | 0.68 | 0 | 0.08 | 286.13 | 0.8 | 0.61 |
| Hex | C6 | 4B | EB | 10 | 44 | 0 | 8 | 11E | 50 | 3D |
| Octal | 306 | 113 | 353 | 20 | 104 | 0 | 10 | 436 | 120 | 75 |
| Binary | 11000110 | 1001011 | 11101011 | 10000 | 1000100 | 0 | 1000 | 100011110 | 1010000 | 111101 |
Color Harmonies of #C64BEB
Complementary color
Monochromatic Colors of #C64BEB
Black with #C64BEB
Text Example
Text Example
White with #C64BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BEB; }
p { color: rgb(198,75,235); }
H1.HeaderClassName
{
color: #C64BEB;
}
.AnyTagClassName
{
color: #C64BEB;
}
</style>
background-color css
<style>
a { background-color: #C64BEB; }
a { background-color: rgb(198,75,235); }
div.DivClassName
{
background-color: #C64BEB;
}
.BgClassName
{
background-color: #C64BEB;
}
</style>
border-color css
<style>
span { border-color: #C64BEB; }
span { border-color: rgb(198,75,235); }
td.TdClassName
{
border-color: #C64BEB;
}
.TagClassName
{
border-color: #C64BEB;
}
</style>