Shades of Medium Orchid #C63FFA
Tints of Medium Orchid #C63FFA
RGB
CMYK
RGB Variations
Color information
#C63FFA (or 0xC63FFA) is known color: Medium Orchid. HEX triplet: C6, 3F and FA. RGB value is (198,63,250). Sum of RGB (Red+Green+Blue) = 198+63+250=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 63 (25% from 255 or 12.33% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #C63FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63FFA is #39C005. Grayscale: #7C7C7C. Windows color (decimal): -3784710 or 16400326. OLE color: 16400326.
HSL color Cylindrical-coordinate representation of color #C63FFA: hue angle of 283.32º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63FFA is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 63 | 250 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.02 |
| HSL | 283.32º | 0.95% | 0.61% | - |
| HSV(B) | 283.32º | 0.75% | 0.98% | - |
| XYZ | 42.32 | 22.46 | 92.55 | - |
| YUV | 124.68 | 198.73 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 250 | 0.21 | 0.75 | 0 | 0.02 | 283.32 | 0.95 | 0.61 |
| Hex | C6 | 3F | FA | 15 | 4B | 0 | 2 | 11B | 5F | 3D |
| Octal | 306 | 77 | 372 | 25 | 113 | 0 | 2 | 433 | 137 | 75 |
| Binary | 11000110 | 111111 | 11111010 | 10101 | 1001011 | 0 | 10 | 100011011 | 1011111 | 111101 |
Color Harmonies of #C63FFA
Complementary color
Monochromatic Colors of #C63FFA
Black with #C63FFA
Text Example
Text Example
White with #C63FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FFA; }
p { color: rgb(198,63,250); }
H1.HeaderClassName
{
color: #C63FFA;
}
.AnyTagClassName
{
color: #C63FFA;
}
</style>
background-color css
<style>
a { background-color: #C63FFA; }
a { background-color: rgb(198,63,250); }
div.DivClassName
{
background-color: #C63FFA;
}
.BgClassName
{
background-color: #C63FFA;
}
</style>
border-color css
<style>
span { border-color: #C63FFA; }
span { border-color: rgb(198,63,250); }
td.TdClassName
{
border-color: #C63FFA;
}
.TagClassName
{
border-color: #C63FFA;
}
</style>