Shades of Medium Orchid #C63AFC
Tints of Medium Orchid #C63AFC
RGB
CMYK
RGB Variations
Color information
#C63AFC (or 0xC63AFC) is known color: Medium Orchid. HEX triplet: C6, 3A and FC. RGB value is (198,58,252). Sum of RGB (Red+Green+Blue) = 198+58+252=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 58 (23.05% from 255 or 11.42% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #C63AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63AFC is #39C503. Grayscale: #797979. Windows color (decimal): -3785988 or 16530118. OLE color: 16530118.
HSL color Cylindrical-coordinate representation of color #C63AFC: hue angle of 283.3º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C63AFC is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 58 | 252 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.01 |
| HSL | 283.3º | 0.97% | 0.61% | - |
| HSV(B) | 283.3º | 0.77% | 0.99% | - |
| XYZ | 42.37 | 22.06 | 94.12 | - |
| YUV | 121.98 | 201.38 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 252 | 0.21 | 0.77 | 0 | 0.01 | 283.3 | 0.97 | 0.61 |
| Hex | C6 | 3A | FC | 15 | 4D | 0 | 1 | 11B | 61 | 3D |
| Octal | 306 | 72 | 374 | 25 | 115 | 0 | 1 | 433 | 141 | 75 |
| Binary | 11000110 | 111010 | 11111100 | 10101 | 1001101 | 0 | 1 | 100011011 | 1100001 | 111101 |
Color Harmonies of #C63AFC
Complementary color
Monochromatic Colors of #C63AFC
Black with #C63AFC
Text Example
Text Example
White with #C63AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63AFC; }
p { color: rgb(198,58,252); }
H1.HeaderClassName
{
color: #C63AFC;
}
.AnyTagClassName
{
color: #C63AFC;
}
</style>
background-color css
<style>
a { background-color: #C63AFC; }
a { background-color: rgb(198,58,252); }
div.DivClassName
{
background-color: #C63AFC;
}
.BgClassName
{
background-color: #C63AFC;
}
</style>
border-color css
<style>
span { border-color: #C63AFC; }
span { border-color: rgb(198,58,252); }
td.TdClassName
{
border-color: #C63AFC;
}
.TagClassName
{
border-color: #C63AFC;
}
</style>