Shades of Medium Orchid #C63BEB
Tints of Medium Orchid #C63BEB
RGB
CMYK
RGB Variations
Color information
#C63BEB (or 0xC63BEB) is known color: Medium Orchid. HEX triplet: C6, 3B and EB. RGB value is (198,59,235). Sum of RGB (Red+Green+Blue) = 198+59+235=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 59 (23.44% from 255 or 11.99% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #C63BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63BEB is #39C414. Grayscale: #787878. Windows color (decimal): -3785749 or 15416262. OLE color: 15416262.
HSL color Cylindrical-coordinate representation of color #C63BEB: hue angle of 287.39º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63BEB is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 59 | 235 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.08 |
| HSL | 287.39º | 0.81% | 0.58% | - |
| HSV(B) | 287.39º | 0.75% | 0.92% | - |
| XYZ | 39.85 | 21.13 | 80.58 | - |
| YUV | 120.63 | 192.55 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 235 | 0.16 | 0.75 | 0 | 0.08 | 287.39 | 0.81 | 0.58 |
| Hex | C6 | 3B | EB | 10 | 4B | 0 | 8 | 11F | 51 | 3A |
| Octal | 306 | 73 | 353 | 20 | 113 | 0 | 10 | 437 | 121 | 72 |
| Binary | 11000110 | 111011 | 11101011 | 10000 | 1001011 | 0 | 1000 | 100011111 | 1010001 | 111010 |
Color Harmonies of #C63BEB
Complementary color
Monochromatic Colors of #C63BEB
Black with #C63BEB
Text Example
Text Example
White with #C63BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BEB; }
p { color: rgb(198,59,235); }
H1.HeaderClassName
{
color: #C63BEB;
}
.AnyTagClassName
{
color: #C63BEB;
}
</style>
background-color css
<style>
a { background-color: #C63BEB; }
a { background-color: rgb(198,59,235); }
div.DivClassName
{
background-color: #C63BEB;
}
.BgClassName
{
background-color: #C63BEB;
}
</style>
border-color css
<style>
span { border-color: #C63BEB; }
span { border-color: rgb(198,59,235); }
td.TdClassName
{
border-color: #C63BEB;
}
.TagClassName
{
border-color: #C63BEB;
}
</style>