Shades of Medium Orchid #C63FFF
Tints of Medium Orchid #C63FFF
RGB
CMYK
RGB Variations
Color information
#C63FFF (or 0xC63FFF) is known color: Medium Orchid. HEX triplet: C6, 3F and FF. RGB value is (198,63,255). Sum of RGB (Red+Green+Blue) = 198+63+255=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 63 (25% from 255 or 12.21% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #C63FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63FFF is #39C000. Grayscale: #7C7C7C. Windows color (decimal): -3784705 or 16728006. OLE color: 16728006.
HSL color Cylindrical-coordinate representation of color #C63FFF: hue angle of 282.19º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63FFF is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 63 | 255 | - |
| CMYK | 0.22 | 0.75 | 0 | 0 |
| HSL | 282.19º | 1% | 0.62% | - |
| HSV(B) | 282.19º | 0.75% | 1% | - |
| XYZ | 43.12 | 22.78 | 96.73 | - |
| YUV | 125.25 | 201.23 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 255 | 0.22 | 0.75 | 0 | 0 | 282.19 | 1 | 0.62 |
| Hex | C6 | 3F | FF | 16 | 4B | 0 | 0 | 11A | 64 | 3E |
| Octal | 306 | 77 | 377 | 26 | 113 | 0 | 0 | 432 | 144 | 76 |
| Binary | 11000110 | 111111 | 11111111 | 10110 | 1001011 | 0 | 0 | 100011010 | 1100100 | 111110 |
Color Harmonies of #C63FFF
Complementary color
Monochromatic Colors of #C63FFF
Black with #C63FFF
Text Example
Text Example
White with #C63FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FFF; }
p { color: rgb(198,63,255); }
H1.HeaderClassName
{
color: #C63FFF;
}
.AnyTagClassName
{
color: #C63FFF;
}
</style>
background-color css
<style>
a { background-color: #C63FFF; }
a { background-color: rgb(198,63,255); }
div.DivClassName
{
background-color: #C63FFF;
}
.BgClassName
{
background-color: #C63FFF;
}
</style>
border-color css
<style>
span { border-color: #C63FFF; }
span { border-color: rgb(198,63,255); }
td.TdClassName
{
border-color: #C63FFF;
}
.TagClassName
{
border-color: #C63FFF;
}
</style>