Shades of Medium Orchid #C63AF5
Tints of Medium Orchid #C63AF5
RGB
CMYK
RGB Variations
Color information
#C63AF5 (or 0xC63AF5) is known color: Medium Orchid. HEX triplet: C6, 3A and F5. RGB value is (198,58,245). Sum of RGB (Red+Green+Blue) = 198+58+245=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 58 (23.05% from 255 or 11.58% from 501); Blue value is 245 (96.09% from 255 or 48.90% from 501); Max value from RGB is 245 - color contains mainly: blue. Hex color #C63AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63AF5 is #39C50A. Grayscale: #787878. Windows color (decimal): -3785995 or 16071366. OLE color: 16071366.
HSL color Cylindrical-coordinate representation of color #C63AF5: hue angle of 284.92º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C63AF5 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 58 | 245 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.04 |
| HSL | 284.92º | 0.9% | 0.59% | - |
| HSV(B) | 284.92º | 0.76% | 0.96% | - |
| XYZ | 41.28 | 21.62 | 88.38 | - |
| YUV | 121.18 | 197.88 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 245 | 0.19 | 0.76 | 0 | 0.04 | 284.92 | 0.9 | 0.59 |
| Hex | C6 | 3A | F5 | 13 | 4C | 0 | 4 | 11D | 5A | 3B |
| Octal | 306 | 72 | 365 | 23 | 114 | 0 | 4 | 435 | 132 | 73 |
| Binary | 11000110 | 111010 | 11110101 | 10011 | 1001100 | 0 | 100 | 100011101 | 1011010 | 111011 |
Color Harmonies of #C63AF5
Complementary color
Monochromatic Colors of #C63AF5
Black with #C63AF5
Text Example
Text Example
White with #C63AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63AF5; }
p { color: rgb(198,58,245); }
H1.HeaderClassName
{
color: #C63AF5;
}
.AnyTagClassName
{
color: #C63AF5;
}
</style>
background-color css
<style>
a { background-color: #C63AF5; }
a { background-color: rgb(198,58,245); }
div.DivClassName
{
background-color: #C63AF5;
}
.BgClassName
{
background-color: #C63AF5;
}
</style>
border-color css
<style>
span { border-color: #C63AF5; }
span { border-color: rgb(198,58,245); }
td.TdClassName
{
border-color: #C63AF5;
}
.TagClassName
{
border-color: #C63AF5;
}
</style>