Shades of Medium Orchid #C63AFA
Tints of Medium Orchid #C63AFA
RGB
CMYK
RGB Variations
Color information
#C63AFA (or 0xC63AFA) is known color: Medium Orchid. HEX triplet: C6, 3A and FA. RGB value is (198,58,250). Sum of RGB (Red+Green+Blue) = 198+58+250=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 58 (23.05% from 255 or 11.46% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #C63AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63AFA is #39C505. Grayscale: #797979. Windows color (decimal): -3785990 or 16399046. OLE color: 16399046.
HSL color Cylindrical-coordinate representation of color #C63AFA: hue angle of 283.75º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C63AFA is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 58 | 250 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.02 |
| HSL | 283.75º | 0.95% | 0.6% | - |
| HSV(B) | 283.75º | 0.77% | 0.98% | - |
| XYZ | 42.06 | 21.93 | 92.46 | - |
| YUV | 121.75 | 200.38 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 250 | 0.21 | 0.77 | 0 | 0.02 | 283.75 | 0.95 | 0.6 |
| Hex | C6 | 3A | FA | 15 | 4D | 0 | 2 | 11C | 5F | 3C |
| Octal | 306 | 72 | 372 | 25 | 115 | 0 | 2 | 434 | 137 | 74 |
| Binary | 11000110 | 111010 | 11111010 | 10101 | 1001101 | 0 | 10 | 100011100 | 1011111 | 111100 |
Color Harmonies of #C63AFA
Complementary color
Monochromatic Colors of #C63AFA
Black with #C63AFA
Text Example
Text Example
White with #C63AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63AFA; }
p { color: rgb(198,58,250); }
H1.HeaderClassName
{
color: #C63AFA;
}
.AnyTagClassName
{
color: #C63AFA;
}
</style>
background-color css
<style>
a { background-color: #C63AFA; }
a { background-color: rgb(198,58,250); }
div.DivClassName
{
background-color: #C63AFA;
}
.BgClassName
{
background-color: #C63AFA;
}
</style>
border-color css
<style>
span { border-color: #C63AFA; }
span { border-color: rgb(198,58,250); }
td.TdClassName
{
border-color: #C63AFA;
}
.TagClassName
{
border-color: #C63AFA;
}
</style>