Shades of Medium Orchid #C63FEB
Tints of Medium Orchid #C63FEB
RGB
CMYK
RGB Variations
Color information
#C63FEB (or 0xC63FEB) is known color: Medium Orchid. HEX triplet: C6, 3F and EB. RGB value is (198,63,235). Sum of RGB (Red+Green+Blue) = 198+63+235=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 63 (25% from 255 or 12.70% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #C63FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63FEB is #39C014. Grayscale: #7A7A7A. Windows color (decimal): -3784725 or 15417286. OLE color: 15417286.
HSL color Cylindrical-coordinate representation of color #C63FEB: hue angle of 287.09º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C63FEB is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 63 | 235 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.08 |
| HSL | 287.09º | 0.81% | 0.58% | - |
| HSV(B) | 287.09º | 0.73% | 0.92% | - |
| XYZ | 40.06 | 21.56 | 80.65 | - |
| YUV | 122.97 | 191.23 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 235 | 0.16 | 0.73 | 0 | 0.08 | 287.09 | 0.81 | 0.58 |
| Hex | C6 | 3F | EB | 10 | 49 | 0 | 8 | 11F | 51 | 3A |
| Octal | 306 | 77 | 353 | 20 | 111 | 0 | 10 | 437 | 121 | 72 |
| Binary | 11000110 | 111111 | 11101011 | 10000 | 1001001 | 0 | 1000 | 100011111 | 1010001 | 111010 |
Color Harmonies of #C63FEB
Complementary color
Monochromatic Colors of #C63FEB
Black with #C63FEB
Text Example
Text Example
White with #C63FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FEB; }
p { color: rgb(198,63,235); }
H1.HeaderClassName
{
color: #C63FEB;
}
.AnyTagClassName
{
color: #C63FEB;
}
</style>
background-color css
<style>
a { background-color: #C63FEB; }
a { background-color: rgb(198,63,235); }
div.DivClassName
{
background-color: #C63FEB;
}
.BgClassName
{
background-color: #C63FEB;
}
</style>
border-color css
<style>
span { border-color: #C63FEB; }
span { border-color: rgb(198,63,235); }
td.TdClassName
{
border-color: #C63FEB;
}
.TagClassName
{
border-color: #C63FEB;
}
</style>